Html Css Color HEX #0C0E15 Black Russian

📋 copy color: '#0C0E15'

red 12 ◦ green 14 ◦ blue 21

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

Shades of Black Russian #0C0E15

Tints of Black Russian #0C0E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 29.79%

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

R = 25.53%
G = 29.79%
B = 44.68%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0E15 (or 0x0C0E15) is known color: Black Russian. HEX triplet: 0C, 0E and 15. RGB value is (12,14,21). Sum of RGB (Red+Green+Blue) = 12+14+21=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C0E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0E15 is #F3F1EA. Grayscale: #0E0E0E. Windows color (decimal): -15987179 or 1379852. OLE color: 1379852.

HSL color Cylindrical-coordinate representation of color #0C0E15: hue angle of 226.67º 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 #0C0E15 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 14 21 -
CMYK 0.43 0.33 0 0.92
HSL 226.67º 0.27% 0.06% -
HSV(B) 226.67º 0.43% 0.08% -
XYZ 0.44 0.45 0.77 -
YUV 14.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 12 14 21 0.43 0.33 0 0.92 226.67 0.27 0.06
Hex C E 15 2B 21 0 5C E3 1B 6
Octal 14 16 25 53 41 0 134 343 33 6
Binary 1100 1110 10101 101011 100001 0 1011100 11100011 11011 110

Color Harmonies of #0C0E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0E15

Black with #0C0E15

Text Example


Text Example

White with #0C0E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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