Html Css Color HEX #0C0F17 Black Russian

📋 copy color: '#0C0F17'

red 12 ◦ green 15 ◦ blue 23

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

Shades of Black Russian #0C0F17

Tints of Black Russian #0C0F17

RGB

 RED value IS 12 (5.08% from 255) = 24%

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

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

R = 24%
G = 30%
B = 46%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0F17 (or 0x0C0F17) is known color: Black Russian. HEX triplet: 0C, 0F and 17. RGB value is (12,15,23). Sum of RGB (Red+Green+Blue) = 12+15+23=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 15 (6.25% from 255 or 30% 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 #0C0F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F17 is #F3F0E8. Grayscale: #0E0E0E. Windows color (decimal): -15986921 or 1511180. OLE color: 1511180.

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

Color convert

RGB 12 15 23 -
CMYK 0.48 0.35 0 0.91
HSL 223.64º 0.31% 0.07% -
HSV(B) 223.64º 0.48% 0.09% -
XYZ 0.48 0.48 0.88 -
YUV 15.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 12 15 23 0.48 0.35 0 0.91 223.64 0.31 0.07
Hex C F 17 30 23 0 5B E0 1F 7
Octal 14 17 27 60 43 0 133 340 37 7
Binary 1100 1111 10111 110000 100011 0 1011011 11100000 11111 111

Color Harmonies of #0C0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0F17

Black with #0C0F17

Text Example


Text Example

White with #0C0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C0F17; }

 p { color: rgb(12,15,23); }

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

background-color css

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

 a { background-color: rgb(12,15,23); }

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

border-color css

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

 span { border-color: rgb(12,15,23); }

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