Html Css Color HEX #120218 Blackcurrant

📋 copy color: '#120218'

red 18 ◦ green 2 ◦ blue 24

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

Shades of Blackcurrant #120218

Tints of Blackcurrant #120218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 54.55%

R = 40.91%
G = 4.55%
B = 54.55%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120218 (or 0x120218) is known color: Blackcurrant. HEX triplet: 12, 02 and 18. RGB value is (18,2,24). Sum of RGB (Red+Green+Blue) = 18+2+24=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #120218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120218 is #EDFDE7. Grayscale: #090909. Windows color (decimal): -15597032 or 1573394. OLE color: 1573394.

HSL color Cylindrical-coordinate representation of color #120218: hue angle of 283.64º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120218 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 2 24 -
CMYK 0.25 0.92 0 0.91
HSL 283.64º 0.85% 0.05% -
HSV(B) 283.64º 0.92% 0.09% -
XYZ 0.44 0.24 0.89 -
YUV 9.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 18 2 24 0.25 0.92 0 0.91 283.64 0.85 0.05
Hex 12 2 18 19 5C 0 5B 11C 55 5
Octal 22 2 30 31 134 0 133 434 125 5
Binary 10010 10 11000 11001 1011100 0 1011011 100011100 1010101 101

Color Harmonies of #120218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120218

Black with #120218

Text Example


Text Example

White with #120218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120218; }

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

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

background-color css

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

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

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

border-color css

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

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

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