Html Css Color HEX #0C0528 Black Russian

📋 copy color: '#0C0528'

red 12 ◦ green 5 ◦ blue 40

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

Shades of Black Russian #0C0528

Tints of Black Russian #0C0528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.77%

 BLUE value IS 40 (16.02% from 255) = 70.18%

R = 21.05%
G = 8.77%
B = 70.18%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0C0528 (or 0x0C0528) is known color: Black Russian. HEX triplet: 0C, 05 and 28. RGB value is (12,5,40). Sum of RGB (Red+Green+Blue) = 12+5+40=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 40 (16.02% from 255 or 70.18% from 57); Max value from RGB is 40 - color contains mainly: blue. Hex color #0C0528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0528 is #F3FAD7. Grayscale: #0A0A0A. Windows color (decimal): -15989464 or 2622732. OLE color: 2622732.

HSL color Cylindrical-coordinate representation of color #0C0528: hue angle of 252º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C0528 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 12 5 40 -
CMYK 0.70 0.88 0 0.84
HSL 252º 0.78% 0.09% -
HSV(B) 252º 0.88% 0.16% -
XYZ 0.59 0.34 2.04 -
YUV 11.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 12 5 40 0.70 0.88 0 0.84 252 0.78 0.09
Hex C 5 28 46 58 0 54 FC 4E 9
Octal 14 5 50 106 130 0 124 374 116 11
Binary 1100 101 101000 1000110 1011000 0 1010100 11111100 1001110 1001

Color Harmonies of #0C0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0528

Black with #0C0528

Text Example


Text Example

White with #0C0528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,5,40); }

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

background-color css

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

 a { background-color: rgb(12,5,40); }

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

border-color css

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

 span { border-color: rgb(12,5,40); }

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