Html Css Color HEX #0C0A16 Black Russian

📋 copy color: '#0C0A16'

red 12 ◦ green 10 ◦ blue 22

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

Shades of Black Russian #0C0A16

Tints of Black Russian #0C0A16

RGB

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

 GREEN value IS 10 (4.3% from 255) = 22.73%

 BLUE value IS 22 (8.98% from 255) = 50%

R = 27.27%
G = 22.73%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0A16 (or 0x0C0A16) is known color: Black Russian. HEX triplet: 0C, 0A and 16. RGB value is (12,10,22). Sum of RGB (Red+Green+Blue) = 12+10+22=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 10 (4.30% from 255 or 22.73% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0A16 is #F3F5E9. Grayscale: #0B0B0B. Windows color (decimal): -15988202 or 1444364. OLE color: 1444364.

HSL color Cylindrical-coordinate representation of color #0C0A16: hue angle of 250º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0C0A16 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 10 22 -
CMYK 0.45 0.55 0 0.91
HSL 250º 0.38% 0.06% -
HSV(B) 250º 0.55% 0.09% -
XYZ 0.4 0.35 0.81 -
YUV 11.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 12 10 22 0.45 0.55 0 0.91 250 0.38 0.06
Hex C A 16 2D 37 0 5B FA 26 6
Octal 14 12 26 55 67 0 133 372 46 6
Binary 1100 1010 10110 101101 110111 0 1011011 11111010 100110 110

Color Harmonies of #0C0A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0A16

Black with #0C0A16

Text Example


Text Example

White with #0C0A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,10,22); }

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

background-color css

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

 a { background-color: rgb(12,10,22); }

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

border-color css

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

 span { border-color: rgb(12,10,22); }

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