Html Css Color HEX #120B17 Blackcurrant

📋 copy color: '#120B17'

red 18 ◦ green 11 ◦ blue 23

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

Shades of Blackcurrant #120B17

Tints of Blackcurrant #120B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 21.15%

 BLUE value IS 23 (9.38% from 255) = 44.23%

R = 34.62%
G = 21.15%
B = 44.23%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120B17 (or 0x120B17) is known color: Blackcurrant. HEX triplet: 12, 0B and 17. RGB value is (18,11,23). Sum of RGB (Red+Green+Blue) = 18+11+23=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #120B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B17 is #EDF4E8. Grayscale: #0E0E0E. Windows color (decimal): -15594729 or 1510162. OLE color: 1510162.

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

Color convert

RGB 18 11 23 -
CMYK 0.22 0.52 0 0.91
HSL 275º 0.35% 0.07% -
HSV(B) 275º 0.52% 0.09% -
XYZ 0.52 0.43 0.87 -
YUV 14.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 18 11 23 0.22 0.52 0 0.91 275 0.35 0.07
Hex 12 B 17 16 34 0 5B 113 23 7
Octal 22 13 27 26 64 0 133 423 43 7
Binary 10010 1011 10111 10110 110100 0 1011011 100010011 100011 111

Color Harmonies of #120B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B17

Black with #120B17

Text Example


Text Example

White with #120B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,11,23); }

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

background-color css

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

 a { background-color: rgb(18,11,23); }

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

border-color css

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

 span { border-color: rgb(18,11,23); }

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