Html Css Color HEX #0C0D15 Black Russian

📋 copy color: '#0C0D15'

red 12 ◦ green 13 ◦ blue 21

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

Shades of Black Russian #0C0D15

Tints of Black Russian #0C0D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 45.65%

R = 26.09%
G = 28.26%
B = 45.65%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0D15 (or 0x0C0D15) is known color: Black Russian. HEX triplet: 0C, 0D and 15. RGB value is (12,13,21). Sum of RGB (Red+Green+Blue) = 12+13+21=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C0D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0D15 is #F3F2EA. Grayscale: #0D0D0D. Windows color (decimal): -15987435 or 1379596. OLE color: 1379596.

HSL color Cylindrical-coordinate representation of color #0C0D15: hue angle of 233.33º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0C0D15 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 13 21 -
CMYK 0.43 0.38 0 0.92
HSL 233.33º 0.27% 0.06% -
HSV(B) 233.33º 0.43% 0.08% -
XYZ 0.43 0.42 0.77 -
YUV 13.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 12 13 21 0.43 0.38 0 0.92 233.33 0.27 0.06
Hex C D 15 2B 26 0 5C E9 1B 6
Octal 14 15 25 53 46 0 134 351 33 6
Binary 1100 1101 10101 101011 100110 0 1011100 11101001 11011 110

Color Harmonies of #0C0D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0D15

Black with #0C0D15

Text Example


Text Example

White with #0C0D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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