Html Css Color HEX #0C0B15 Black Russian

📋 copy color: '#0C0B15'

red 12 ◦ green 11 ◦ blue 21

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

Shades of Black Russian #0C0B15

Tints of Black Russian #0C0B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 25%

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

R = 27.27%
G = 25%
B = 47.73%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0B15 (or 0x0C0B15) is known color: Black Russian. HEX triplet: 0C, 0B and 15. RGB value is (12,11,21). Sum of RGB (Red+Green+Blue) = 12+11+21=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C0B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0B15 is #F3F4EA. Grayscale: #0C0C0C. Windows color (decimal): -15987947 or 1379084. OLE color: 1379084.

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

Color convert

RGB 12 11 21 -
CMYK 0.43 0.48 0 0.92
HSL 246º 0.31% 0.06% -
HSV(B) 246º 0.48% 0.08% -
XYZ 0.41 0.37 0.76 -
YUV 12.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 12 11 21 0.43 0.48 0 0.92 246 0.31 0.06
Hex C B 15 2B 30 0 5C F6 1F 6
Octal 14 13 25 53 60 0 134 366 37 6
Binary 1100 1011 10101 101011 110000 0 1011100 11110110 11111 110

Color Harmonies of #0C0B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0B15

Black with #0C0B15

Text Example


Text Example

White with #0C0B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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