Html Css Color HEX #120222 Blackcurrant

📋 copy color: '#120222'

red 18 ◦ green 2 ◦ blue 34

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

Shades of Blackcurrant #120222

Tints of Blackcurrant #120222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 62.96%

R = 33.33%
G = 3.7%
B = 62.96%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120222 (or 0x120222) is known color: Blackcurrant. HEX triplet: 12, 02 and 22. RGB value is (18,2,34). Sum of RGB (Red+Green+Blue) = 18+2+34=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 34 (13.67% from 255 or 62.96% from 54); Max value from RGB is 34 - color contains mainly: blue. Hex color #120222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120222 is #EDFDDD. Grayscale: #0A0A0A. Windows color (decimal): -15597022 or 2228754. OLE color: 2228754.

HSL color Cylindrical-coordinate representation of color #120222: hue angle of 270º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120222 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 2 34 -
CMYK 0.47 0.94 0 0.87
HSL 270º 0.89% 0.07% -
HSV(B) 270º 0.94% 0.13% -
XYZ 0.56 0.29 1.54 -
YUV 10.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 18 2 34 0.47 0.94 0 0.87 270 0.89 0.07
Hex 12 2 22 2F 5E 0 57 10E 59 7
Octal 22 2 42 57 136 0 127 416 131 7
Binary 10010 10 100010 101111 1011110 0 1010111 100001110 1011001 111

Color Harmonies of #120222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120222

Black with #120222

Text Example


Text Example

White with #120222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120222; }

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

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

background-color css

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

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

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

border-color css

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

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

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