Html Css Color HEX #0B0537 Black Russian

📋 copy color: '#0B0537'

red 11 ◦ green 5 ◦ blue 55

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

Shades of Black Russian #0B0537

Tints of Black Russian #0B0537

RGB

 RED value IS 11 (4.69% from 255) = 15.49%

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

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

R = 15.49%
G = 7.04%
B = 77.46%

CMYK

 C value IS 0.8

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B0537 (or 0x0B0537) is known color: Black Russian. HEX triplet: 0B, 05 and 37. RGB value is (11,5,55). Sum of RGB (Red+Green+Blue) = 11+5+55=71 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.49% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 55 (21.88% from 255 or 77.46% from 71); Max value from RGB is 55 - color contains mainly: blue. Hex color #0B0537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0537 is #F4FAC8. Grayscale: #0C0C0C. Windows color (decimal): -16054985 or 3605771. OLE color: 3605771.

HSL color Cylindrical-coordinate representation of color #0B0537: hue angle of 247.2º 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 #0B0537 is Cyan = 0.8, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 5 55 -
CMYK 0.8 0.91 0 0.78
HSL 247.2º 0.83% 0.12% -
HSV(B) 247.2º 0.91% 0.22% -
XYZ 0.88 0.46 3.66 -
YUV 12.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 11 5 55 0.8 0.91 0 0.78 247.2 0.83 0.12
Hex B 5 37 50 5B 0 4E F7 53 C
Octal 13 5 67 120 133 0 116 367 123 14
Binary 1011 101 110111 1010000 1011011 0 1001110 11110111 1010011 1100

Color Harmonies of #0B0537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0537

Black with #0B0537

Text Example


Text Example

White with #0B0537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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