Html Css Color HEX #0B1128 Black Russian

📋 copy color: '#0B1128'

red 11 ◦ green 17 ◦ blue 40

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

Shades of Black Russian #0B1128

Tints of Black Russian #0B1128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25%

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

R = 16.18%
G = 25%
B = 58.82%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0B1128 (or 0x0B1128) is known color: Black Russian. HEX triplet: 0B, 11 and 28. RGB value is (11,17,40). Sum of RGB (Red+Green+Blue) = 11+17+40=68 (9% of max value = 765). Red value is 11 (4.69% from 255 or 16.18% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 40 (16.02% from 255 or 58.82% from 68); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B1128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1128 is #F4EED7. Grayscale: #111111. Windows color (decimal): -16051928 or 2625803. OLE color: 2625803.

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

Color convert

RGB 11 17 40 -
CMYK 0.72 0.57 0 0.84
HSL 227.59º 0.57% 0.1% -
HSV(B) 227.59º 0.73% 0.16% -
XYZ 0.72 0.63 2.09 -
YUV 17.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 11 17 40 0.72 0.57 0 0.84 227.59 0.57 0.1
Hex B 11 28 48 39 0 54 E4 39 A
Octal 13 21 50 110 71 0 124 344 71 12
Binary 1011 10001 101000 1001000 111001 0 1010100 11100100 111001 1010

Color Harmonies of #0B1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1128

Black with #0B1128

Text Example


Text Example

White with #0B1128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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