Html Css Color HEX #0C0537 Black Russian

📋 copy color: '#0C0537'

red 12 ◦ green 5 ◦ blue 55

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

Shades of Black Russian #0C0537

Tints of Black Russian #0C0537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 76.39%

R = 16.67%
G = 6.94%
B = 76.39%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0C0537 (or 0x0C0537) is known color: Black Russian. HEX triplet: 0C, 05 and 37. RGB value is (12,5,55). Sum of RGB (Red+Green+Blue) = 12+5+55=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 55 (21.88% from 255 or 76.39% from 72); Max value from RGB is 55 - color contains mainly: blue. Hex color #0C0537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0537 is #F3FAC8. Grayscale: #0C0C0C. Windows color (decimal): -15989449 or 3605772. OLE color: 3605772.

HSL color Cylindrical-coordinate representation of color #0C0537: hue angle of 248.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C0537 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 5 55 -
CMYK 0.78 0.91 0 0.78
HSL 248.4º 0.83% 0.12% -
HSV(B) 248.4º 0.91% 0.22% -
XYZ 0.9 0.46 3.66 -
YUV 12.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 12 5 55 0.78 0.91 0 0.78 248.4 0.83 0.12
Hex C 5 37 4E 5B 0 4E F8 53 C
Octal 14 5 67 116 133 0 116 370 123 14
Binary 1100 101 110111 1001110 1011011 0 1001110 11111000 1010011 1100

Color Harmonies of #0C0537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0537

Black with #0C0537

Text Example


Text Example

White with #0C0537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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