Html Css Color HEX #0C0921 Black Russian

📋 copy color: '#0C0921'

red 12 ◦ green 9 ◦ blue 33

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

Shades of Black Russian #0C0921

Tints of Black Russian #0C0921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 61.11%

R = 22.22%
G = 16.67%
B = 61.11%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0C0921 (or 0x0C0921) is known color: Black Russian. HEX triplet: 0C, 09 and 21. RGB value is (12,9,33). Sum of RGB (Red+Green+Blue) = 12+9+33=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 33 (13.28% from 255 or 61.11% from 54); Max value from RGB is 33 - color contains mainly: blue. Hex color #0C0921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0921 is #F3F6DE. Grayscale: #0C0C0C. Windows color (decimal): -15988447 or 2165004. OLE color: 2165004.

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

Color convert

RGB 12 9 33 -
CMYK 0.64 0.73 0 0.87
HSL 247.5º 0.57% 0.08% -
HSV(B) 247.5º 0.73% 0.13% -
XYZ 0.52 0.38 1.49 -
YUV 12.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 12 9 33 0.64 0.73 0 0.87 247.5 0.57 0.08
Hex C 9 21 40 49 0 57 F8 39 8
Octal 14 11 41 100 111 0 127 370 71 10
Binary 1100 1001 100001 1000000 1001001 0 1010111 11111000 111001 1000

Color Harmonies of #0C0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0921

Black with #0C0921

Text Example


Text Example

White with #0C0921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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