Html Css Color HEX #120422 Blackcurrant

📋 copy color: '#120422'

red 18 ◦ green 4 ◦ blue 34

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

Shades of Blackcurrant #120422

Tints of Blackcurrant #120422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.14%

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

R = 32.14%
G = 7.14%
B = 60.71%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120422 (or 0x120422) is known color: Blackcurrant. HEX triplet: 12, 04 and 22. RGB value is (18,4,34). Sum of RGB (Red+Green+Blue) = 18+4+34=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 34 (13.67% from 255 or 60.71% from 56); Max value from RGB is 34 - color contains mainly: blue. Hex color #120422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120422 is #EDFBDD. Grayscale: #0B0B0B. Windows color (decimal): -15596510 or 2229266. OLE color: 2229266.

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

Color convert

RGB 18 4 34 -
CMYK 0.47 0.88 0 0.87
HSL 268º 0.79% 0.07% -
HSV(B) 268º 0.88% 0.13% -
XYZ 0.58 0.33 1.55 -
YUV 11.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 18 4 34 0.47 0.88 0 0.87 268 0.79 0.07
Hex 12 4 22 2F 58 0 57 10C 4F 7
Octal 22 4 42 57 130 0 127 414 117 7
Binary 10010 100 100010 101111 1011000 0 1010111 100001100 1001111 111

Color Harmonies of #120422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120422

Black with #120422

Text Example


Text Example

White with #120422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120422; }

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

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

background-color css

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

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

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

border-color css

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

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

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