Html Css Color HEX #0C0920 Black Russian

📋 copy color: '#0C0920'

red 12 ◦ green 9 ◦ blue 32

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

Shades of Black Russian #0C0920

Tints of Black Russian #0C0920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.98%

 BLUE value IS 32 (12.89% from 255) = 60.38%

R = 22.64%
G = 16.98%
B = 60.38%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0C0920 (or 0x0C0920) is known color: Black Russian. HEX triplet: 0C, 09 and 20. RGB value is (12,9,32). Sum of RGB (Red+Green+Blue) = 12+9+32=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 32 (12.89% from 255 or 60.38% from 53); Max value from RGB is 32 - color contains mainly: blue. Hex color #0C0920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0920 is #F3F6DF. Grayscale: #0C0C0C. Windows color (decimal): -15988448 or 2099468. OLE color: 2099468.

HSL color Cylindrical-coordinate representation of color #0C0920: hue angle of 247.83º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C0920 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 12 9 32 -
CMYK 0.63 0.72 0 0.87
HSL 247.83º 0.56% 0.08% -
HSV(B) 247.83º 0.72% 0.13% -
XYZ 0.51 0.38 1.41 -
YUV 12.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 12 9 32 0.63 0.72 0 0.87 247.83 0.56 0.08
Hex C 9 20 3F 48 0 57 F8 38 8
Octal 14 11 40 77 110 0 127 370 70 10
Binary 1100 1001 100000 111111 1001000 0 1010111 11111000 111000 1000

Color Harmonies of #0C0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0920

Black with #0C0920

Text Example


Text Example

White with #0C0920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,9,32); }

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

background-color css

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

 a { background-color: rgb(12,9,32); }

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

border-color css

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

 span { border-color: rgb(12,9,32); }

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