Html Css Color HEX #0C1017 Black Russian

📋 copy color: '#0C1017'

red 12 ◦ green 16 ◦ blue 23

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

Shades of Black Russian #0C1017

Tints of Black Russian #0C1017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 31.37%

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

R = 23.53%
G = 31.37%
B = 45.1%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C1017 (or 0x0C1017) is known color: Black Russian. HEX triplet: 0C, 10 and 17. RGB value is (12,16,23). Sum of RGB (Red+Green+Blue) = 12+16+23=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1017 is #F3EFE8. Grayscale: #0F0F0F. Windows color (decimal): -15986665 or 1511436. OLE color: 1511436.

HSL color Cylindrical-coordinate representation of color #0C1017: hue angle of 218.18º 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 #0C1017 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 16 23 -
CMYK 0.48 0.30 0 0.91
HSL 218.18º 0.31% 0.07% -
HSV(B) 218.18º 0.48% 0.09% -
XYZ 0.49 0.51 0.88 -
YUV 15.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 12 16 23 0.48 0.30 0 0.91 218.18 0.31 0.07
Hex C 10 17 30 1E 0 5B DA 1F 7
Octal 14 20 27 60 36 0 133 332 37 7
Binary 1100 10000 10111 110000 11110 0 1011011 11011010 11111 111

Color Harmonies of #0C1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1017

Black with #0C1017

Text Example


Text Example

White with #0C1017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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