Html Css Color HEX #0C0D14 Black Russian

📋 copy color: '#0C0D14'

red 12 ◦ green 13 ◦ blue 20

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

Shades of Black Russian #0C0D14

Tints of Black Russian #0C0D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 44.44%

R = 26.67%
G = 28.89%
B = 44.44%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0D14 (or 0x0C0D14) is known color: Black Russian. HEX triplet: 0C, 0D and 14. RGB value is (12,13,20). Sum of RGB (Red+Green+Blue) = 12+13+20=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 20 - color contains mainly: blue. Hex color #0C0D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0D14 is #F3F2EB. Grayscale: #0D0D0D. Windows color (decimal): -15987436 or 1314060. OLE color: 1314060.

HSL color Cylindrical-coordinate representation of color #0C0D14: hue angle of 232.5º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C0D14 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 13 20 -
CMYK 0.40 0.35 0 0.92
HSL 232.5º 0.25% 0.06% -
HSV(B) 232.5º 0.4% 0.08% -
XYZ 0.42 0.42 0.72 -
YUV 13.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 12 13 20 0.40 0.35 0 0.92 232.5 0.25 0.06
Hex C D 14 28 23 0 5C E8 19 6
Octal 14 15 24 50 43 0 134 350 31 6
Binary 1100 1101 10100 101000 100011 0 1011100 11101000 11001 110

Color Harmonies of #0C0D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0D14

Black with #0C0D14

Text Example


Text Example

White with #0C0D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,13,20); }

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

background-color css

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

 a { background-color: rgb(12,13,20); }

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

border-color css

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

 span { border-color: rgb(12,13,20); }

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