Html Css Color HEX #0C0931 Black Russian

📋 copy color: '#0C0931'

red 12 ◦ green 9 ◦ blue 49

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

Shades of Black Russian #0C0931

Tints of Black Russian #0C0931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 70%

R = 17.14%
G = 12.86%
B = 70%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0C0931 (or 0x0C0931) is known color: Black Russian. HEX triplet: 0C, 09 and 31. RGB value is (12,9,49). Sum of RGB (Red+Green+Blue) = 12+9+49=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #0C0931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0931 is #F3F6CE. Grayscale: #0E0E0E. Windows color (decimal): -15988431 or 3213580. OLE color: 3213580.

HSL color Cylindrical-coordinate representation of color #0C0931: hue angle of 244.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C0931 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 12 9 49 -
CMYK 0.76 0.82 0 0.81
HSL 244.5º 0.69% 0.11% -
HSV(B) 244.5º 0.82% 0.19% -
XYZ 0.8 0.5 2.96 -
YUV 14.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 12 9 49 0.76 0.82 0 0.81 244.5 0.69 0.11
Hex C 9 31 4C 52 0 51 F4 45 B
Octal 14 11 61 114 122 0 121 364 105 13
Binary 1100 1001 110001 1001100 1010010 0 1010001 11110100 1000101 1011

Color Harmonies of #0C0931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0931

Black with #0C0931

Text Example


Text Example

White with #0C0931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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