Html Css Color HEX #0C0D0F Black Russian

📋 copy color: '#0C0D0F'

red 12 ◦ green 13 ◦ blue 15

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

Shades of Black Russian #0C0D0F

Tints of Black Russian #0C0D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 37.5%

R = 30%
G = 32.5%
B = 37.5%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0C0D0F (or 0x0C0D0F) is known color: Black Russian. HEX triplet: 0C, 0D and 0F. RGB value is (12,13,15). Sum of RGB (Red+Green+Blue) = 12+13+15=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 15 - color contains mainly: blue. Hex color #0C0D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0D0F is #F3F2F0. Grayscale: #0C0C0C. Windows color (decimal): -15987441 or 986380. OLE color: 986380.

HSL color Cylindrical-coordinate representation of color #0C0D0F: hue angle of 220º degrees, saturation: 0.11, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #0C0D0F is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 12 13 15 -
CMYK 0.20 0.13 0 0.94
HSL 220º 0.11% 0.05% -
HSV(B) 220º 0.2% 0.06% -
XYZ 0.38 0.4 0.51 -
YUV 12.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 12 13 15 0.20 0.13 0 0.94 220 0.11 0.05
Hex C D F 14 D 0 5E DC B 5
Octal 14 15 17 24 15 0 136 334 13 5
Binary 1100 1101 1111 10100 1101 0 1011110 11011100 1011 101

Color Harmonies of #0C0D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0D0F

Black with #0C0D0F

Text Example


Text Example

White with #0C0D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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