Html Css Color HEX #120917 Blackcurrant

📋 copy color: '#120917'

red 18 ◦ green 9 ◦ blue 23

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

Shades of Blackcurrant #120917

Tints of Blackcurrant #120917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18%

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

R = 36%
G = 18%
B = 46%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120917 (or 0x120917) is known color: Blackcurrant. HEX triplet: 12, 09 and 17. RGB value is (18,9,23). Sum of RGB (Red+Green+Blue) = 18+9+23=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 23 - color contains mainly: blue. Hex color #120917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120917 is #EDF6E8. Grayscale: #0D0D0D. Windows color (decimal): -15595241 or 1509650. OLE color: 1509650.

HSL color Cylindrical-coordinate representation of color #120917: hue angle of 278.57º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #120917 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 9 23 -
CMYK 0.22 0.61 0 0.91
HSL 278.57º 0.44% 0.06% -
HSV(B) 278.57º 0.61% 0.09% -
XYZ 0.5 0.39 0.86 -
YUV 13.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 18 9 23 0.22 0.61 0 0.91 278.57 0.44 0.06
Hex 12 9 17 16 3D 0 5B 117 2C 6
Octal 22 11 27 26 75 0 133 427 54 6
Binary 10010 1001 10111 10110 111101 0 1011011 100010111 101100 110

Color Harmonies of #120917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120917

Black with #120917

Text Example


Text Example

White with #120917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120917; }

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

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

background-color css

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

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

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

border-color css

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

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

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