Html Css Color HEX #120D17 Blackcurrant

📋 copy color: '#120D17'

red 18 ◦ green 13 ◦ blue 23

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

Shades of Blackcurrant #120D17

Tints of Blackcurrant #120D17

RGB

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

 GREEN value IS 13 (5.47% from 255) = 24.07%

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

R = 33.33%
G = 24.07%
B = 42.59%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120D17 (or 0x120D17) is known color: Blackcurrant. HEX triplet: 12, 0D and 17. RGB value is (18,13,23). Sum of RGB (Red+Green+Blue) = 18+13+23=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #120D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D17 is #EDF2E8. Grayscale: #0F0F0F. Windows color (decimal): -15594217 or 1510674. OLE color: 1510674.

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

Color convert

RGB 18 13 23 -
CMYK 0.22 0.43 0 0.91
HSL 270º 0.28% 0.07% -
HSV(B) 270º 0.43% 0.09% -
XYZ 0.55 0.48 0.87 -
YUV 15.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 18 13 23 0.22 0.43 0 0.91 270 0.28 0.07
Hex 12 D 17 16 2B 0 5B 10E 1C 7
Octal 22 15 27 26 53 0 133 416 34 7
Binary 10010 1101 10111 10110 101011 0 1011011 100001110 11100 111

Color Harmonies of #120D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D17

Black with #120D17

Text Example


Text Example

White with #120D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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