Html Css Color HEX #0C081B Black Russian

📋 copy color: '#0C081B'

red 12 ◦ green 8 ◦ blue 27

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

Shades of Black Russian #0C081B

Tints of Black Russian #0C081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.02%

 BLUE value IS 27 (10.94% from 255) = 57.45%

R = 25.53%
G = 17.02%
B = 57.45%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C081B (or 0x0C081B) is known color: Black Russian. HEX triplet: 0C, 08 and 1B. RGB value is (12,8,27). Sum of RGB (Red+Green+Blue) = 12+8+27=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #0C081B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C081B is #F3F7E4. Grayscale: #0B0B0B. Windows color (decimal): -15988709 or 1771532. OLE color: 1771532.

HSL color Cylindrical-coordinate representation of color #0C081B: hue angle of 252.63º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C081B is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 8 27 -
CMYK 0.56 0.70 0 0.89
HSL 252.63º 0.54% 0.07% -
HSV(B) 252.63º 0.7% 0.11% -
XYZ 0.44 0.33 1.08 -
YUV 11.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 12 8 27 0.56 0.70 0 0.89 252.63 0.54 0.07
Hex C 8 1B 38 46 0 59 FD 36 7
Octal 14 10 33 70 106 0 131 375 66 7
Binary 1100 1000 11011 111000 1000110 0 1011001 11111101 110110 111

Color Harmonies of #0C081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C081B

Black with #0C081B

Text Example


Text Example

White with #0C081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,8,27); }

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

background-color css

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

 a { background-color: rgb(12,8,27); }

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

border-color css

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

 span { border-color: rgb(12,8,27); }

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