Html Css Color HEX #120F16 Blackcurrant

📋 copy color: '#120F16'

red 18 ◦ green 15 ◦ blue 22

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

Shades of Blackcurrant #120F16

Tints of Blackcurrant #120F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 27.27%

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

R = 32.73%
G = 27.27%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120F16 (or 0x120F16) is known color: Blackcurrant. HEX triplet: 12, 0F and 16. RGB value is (18,15,22). Sum of RGB (Red+Green+Blue) = 18+15+22=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: blue. Hex color #120F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F16 is #EDF0E9. Grayscale: #101010. Windows color (decimal): -15593706 or 1445650. OLE color: 1445650.

HSL color Cylindrical-coordinate representation of color #120F16: hue angle of 265.71º degrees, saturation: 0.19, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #120F16 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 15 22 -
CMYK 0.18 0.32 0 0.91
HSL 265.71º 0.19% 0.07% -
HSV(B) 265.71º 0.32% 0.09% -
XYZ 0.57 0.53 0.83 -
YUV 16.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 18 15 22 0.18 0.32 0 0.91 265.71 0.19 0.07
Hex 12 F 16 12 20 0 5B 10A 13 7
Octal 22 17 26 22 40 0 133 412 23 7
Binary 10010 1111 10110 10010 100000 0 1011011 100001010 10011 111

Color Harmonies of #120F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F16

Black with #120F16

Text Example


Text Example

White with #120F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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