Html Css Color HEX #12021C Blackcurrant

📋 copy color: '#12021C'

red 18 ◦ green 2 ◦ blue 28

#12021C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #12021C

Tints of Blackcurrant #12021C

RGB

 RED value IS 18 (7.42% from 255) = 37.5%

 GREEN value IS 2 (1.17% from 255) = 4.17%

 BLUE value IS 28 (11.33% from 255) = 58.33%

R = 37.5%
G = 4.17%
B = 58.33%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12021C (or 0x12021C) is known color: Blackcurrant. HEX triplet: 12, 02 and 1C. RGB value is (18,2,28). Sum of RGB (Red+Green+Blue) = 18+2+28=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #12021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12021C is #EDFDE3. Grayscale: #090909. Windows color (decimal): -15597028 or 1835538. OLE color: 1835538.

HSL color Cylindrical-coordinate representation of color #12021C: hue angle of 276.92º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12021C is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 2 28 -
CMYK 0.36 0.93 0 0.89
HSL 276.92º 0.87% 0.06% -
HSV(B) 276.92º 0.93% 0.11% -
XYZ 0.48 0.26 1.12 -
YUV 9.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 18 2 28 0.36 0.93 0 0.89 276.92 0.87 0.06
Hex 12 2 1C 24 5D 0 59 115 57 6
Octal 22 2 34 44 135 0 131 425 127 6
Binary 10010 10 11100 100100 1011101 0 1011001 100010101 1010111 110

Color Harmonies of #12021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12021C

Black with #12021C

Text Example


Text Example

White with #12021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12021C; }

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

 H1.HeaderClassName
 {
   color: #12021C;
 }
 .AnyTagClassName
 {
   color: #12021C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #12021C;
 }
 .BgClassName
 {
   background-color: #12021C;
 }
</style>

border-color css

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

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

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