Html Css Color HEX #0B0529 Black Russian

📋 copy color: '#0B0529'

red 11 ◦ green 5 ◦ blue 41

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

Shades of Black Russian #0B0529

Tints of Black Russian #0B0529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 71.93%

R = 19.3%
G = 8.77%
B = 71.93%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0B0529 (or 0x0B0529) is known color: Black Russian. HEX triplet: 0B, 05 and 29. RGB value is (11,5,41). Sum of RGB (Red+Green+Blue) = 11+5+41=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 41 (16.41% from 255 or 71.93% from 57); Max value from RGB is 41 - color contains mainly: blue. Hex color #0B0529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0529 is #F4FAD6. Grayscale: #0A0A0A. Windows color (decimal): -16054999 or 2688267. OLE color: 2688267.

HSL color Cylindrical-coordinate representation of color #0B0529: hue angle of 250º 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 #0B0529 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 11 5 41 -
CMYK 0.73 0.88 0 0.84
HSL 250º 0.78% 0.09% -
HSV(B) 250º 0.88% 0.16% -
XYZ 0.59 0.34 2.13 -
YUV 10.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 11 5 41 0.73 0.88 0 0.84 250 0.78 0.09
Hex B 5 29 49 58 0 54 FA 4E 9
Octal 13 5 51 111 130 0 124 372 116 11
Binary 1011 101 101001 1001001 1011000 0 1010100 11111010 1001110 1001

Color Harmonies of #0B0529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0529

Black with #0B0529

Text Example


Text Example

White with #0B0529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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