#12022D

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

Shades of Blackcurrant #12022D

Tints of Blackcurrant #12022D

Color information

#12022D (or 0x12022D) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 2D. RGB value is (18,2,45). Sum of RGB (Red+Green+Blue) = 18+2+45=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #12022D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12022D is #EDFDD2. Grayscale: #0B0B0B. Windows color (decimal): -15597011 or 2949650. OLE color: 2949650.

HSL color Cylindrical-coordinate representation of color #12022D: hue angle of 262.33º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12022D is Cyan = 0.6, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB18245-
CMYK0.60.9600.82
HSL262.33º91.49%9.22%-
HSV(B)262.33º95.56%17.65%-
XYZ0.740.362.51-
YUV11.69146.8132.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 2 (1.17% from 255) = 3.08%
BLUE value IS 45 (17.97% from 255) = 69.23%
R=27.69%
G=3.08%
B=69.23%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal182450.60.9600.82262.3391.499.22
Hex1222D3C600521065b9
Octal2225574140012240613311
Binary100101010110111110011000000101001010000011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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