Html Css Color HEX #0B1028 Black Russian

📋 copy color: '#0B1028'

red 11 ◦ green 16 ◦ blue 40

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

Shades of Black Russian #0B1028

Tints of Black Russian #0B1028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.88%

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

R = 16.42%
G = 23.88%
B = 59.7%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0B1028 (or 0x0B1028) is known color: Black Russian. HEX triplet: 0B, 10 and 28. RGB value is (11,16,40). Sum of RGB (Red+Green+Blue) = 11+16+40=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B1028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1028 is #F4EFD7. Grayscale: #111111. Windows color (decimal): -16052184 or 2625547. OLE color: 2625547.

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

Color convert

RGB 11 16 40 -
CMYK 0.72 0.60 0 0.84
HSL 229.66º 0.57% 0.1% -
HSV(B) 229.66º 0.73% 0.16% -
XYZ 0.71 0.59 2.09 -
YUV 17.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 11 16 40 0.72 0.60 0 0.84 229.66 0.57 0.1
Hex B 10 28 48 3C 0 54 E6 39 A
Octal 13 20 50 110 74 0 124 346 71 12
Binary 1011 10000 101000 1001000 111100 0 1010100 11100110 111001 1010

Color Harmonies of #0B1028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1028

Black with #0B1028

Text Example


Text Example

White with #0B1028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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