Html Css Color HEX #120416 Blackcurrant

📋 copy color: '#120416'

red 18 ◦ green 4 ◦ blue 22

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

Shades of Blackcurrant #120416

Tints of Blackcurrant #120416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 50%

R = 40.91%
G = 9.09%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120416 (or 0x120416) is known color: Blackcurrant. HEX triplet: 12, 04 and 16. RGB value is (18,4,22). Sum of RGB (Red+Green+Blue) = 18+4+22=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #120416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120416 is #EDFBE9. Grayscale: #0A0A0A. Windows color (decimal): -15596522 or 1442834. OLE color: 1442834.

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

Color convert

RGB 18 4 22 -
CMYK 0.18 0.82 0 0.91
HSL 286.67º 0.69% 0.05% -
HSV(B) 286.67º 0.82% 0.09% -
XYZ 0.44 0.27 0.79 -
YUV 10.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 18 4 22 0.18 0.82 0 0.91 286.67 0.69 0.05
Hex 12 4 16 12 52 0 5B 11F 45 5
Octal 22 4 26 22 122 0 133 437 105 5
Binary 10010 100 10110 10010 1010010 0 1011011 100011111 1000101 101

Color Harmonies of #120416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120416

Black with #120416

Text Example


Text Example

White with #120416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120416; }

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

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

background-color css

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

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

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

border-color css

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

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

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