Html Css Color HEX #0B1528 Black Russian

📋 copy color: '#0B1528'

red 11 ◦ green 21 ◦ blue 40

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

Shades of Black Russian #0B1528

Tints of Black Russian #0B1528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 29.17%

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

R = 15.28%
G = 29.17%
B = 55.56%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0B1528 (or 0x0B1528) is known color: Black Russian. HEX triplet: 0B, 15 and 28. RGB value is (11,21,40). Sum of RGB (Red+Green+Blue) = 11+21+40=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B1528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1528 is #F4EAD7. Grayscale: #141414. Windows color (decimal): -16050904 or 2626827. OLE color: 2626827.

HSL color Cylindrical-coordinate representation of color #0B1528: hue angle of 219.31º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B1528 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 11 21 40 -
CMYK 0.72 0.48 0 0.84
HSL 219.31º 0.57% 0.1% -
HSV(B) 219.31º 0.73% 0.16% -
XYZ 0.79 0.76 2.11 -
YUV 20.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 11 21 40 0.72 0.48 0 0.84 219.31 0.57 0.1
Hex B 15 28 48 30 0 54 DB 39 A
Octal 13 25 50 110 60 0 124 333 71 12
Binary 1011 10101 101000 1001000 110000 0 1010100 11011011 111001 1010

Color Harmonies of #0B1528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1528

Black with #0B1528

Text Example


Text Example

White with #0B1528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,21,40); }

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

background-color css

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

 a { background-color: rgb(11,21,40); }

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

border-color css

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

 span { border-color: rgb(11,21,40); }

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