#12022B

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

Shades of Blackcurrant #12022B

Tints of Blackcurrant #12022B

Color information

#12022B (or 0x12022B) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 2B. RGB value is (18,2,43). Sum of RGB (Red+Green+Blue) = 18+2+43=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 43 (17.19% from 255 or 68.25% from 63); Max value from RGB is 43 - color contains mainly: blue. Hex color #12022B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12022B is #EDFDD4. Grayscale: #0B0B0B. Windows color (decimal): -15597013 or 2818578. OLE color: 2818578.

HSL color Cylindrical-coordinate representation of color #12022B: hue angle of 263.41º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12022B is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB18243-
CMYK0.580.9500.83
HSL263.41º91.11%8.82%-
HSV(B)263.41º95.35%16.86%-
XYZ0.710.352.32-
YUV11.46145.8132.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 2 (1.17% from 255) = 3.17%
BLUE value IS 43 (17.19% from 255) = 68.25%
R=28.57%
G=3.17%
B=68.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal182430.580.9500.83263.4191.118.82
Hex1222B3A5F0531075b9
Octal2225372137012340713311
Binary100101010101111101010111110101001110000011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12022B; }

 p { color: rgb(18,2,43); }

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

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

 a { background-color: rgb(18,2,43); }

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

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

 span { border-color: rgb(18,2,43); }

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