#301640

Color #301640 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #301640

Tints of Blackcurrant #301640

Color information

#301640 (or 0x301640) is unknown color: approx Blackcurrant. HEX triplet: 30, 16 and 40. RGB value is (48,22,64). Sum of RGB (Red+Green+Blue) = 48+22+64=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #301640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301640 is #CFE9BF. Grayscale: #222222. Windows color (decimal): -13625792 or 4199984. OLE color: 4199984.

HSL color Cylindrical-coordinate representation of color #301640: hue angle of 277.14º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #301640 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB482264-
CMYK0.250.6600.75
HSL277.14º48.84%16.86%-
HSV(B)277.14º65.62%25.1%-
XYZ2.431.575.03-
YUV34.56144.61137.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 64 (25.39% from 255) = 47.76%
R=35.82%
G=16.42%
B=47.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4822640.250.6600.75277.1448.8416.86
Hex301640194204B1153111
Octal60261003110201134256121
Binary1100001011010000001100110000100100101110001010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301640; }

 p { color: rgb(48,22,64); }

 H1.HeaderClassName
 {
   color: #301640;
 }
 .AnyTagClassName
 {
   color: #301640;
 }
</style>
background-color css

<style>
 a { background-color: #301640; }

 a { background-color: rgb(48,22,64); }

 div.DivClassName
 {
   background-color: #301640;
 }
 .BgClassName
 {
   background-color: #301640;
 }
</style>
border-color css

<style>
 span { border-color: #301640; }

 span { border-color: rgb(48,22,64); }

 td.TdClassName
 {
   border-color: #301640;
 }
 .TagClassName
 {
   border-color: #301640;
 }
</style>