Html Css Color HEX #0B0728 Black Russian

📋 copy color: '#0B0728'

red 11 ◦ green 7 ◦ blue 40

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

Shades of Black Russian #0B0728

Tints of Black Russian #0B0728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.07%

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

R = 18.97%
G = 12.07%
B = 68.97%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0B0728 (or 0x0B0728) is known color: Black Russian. HEX triplet: 0B, 07 and 28. RGB value is (11,7,40). Sum of RGB (Red+Green+Blue) = 11+7+40=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 40 (16.02% from 255 or 68.97% from 58); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B0728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0728 is #F4F8D7. Grayscale: #0B0B0B. Windows color (decimal): -16054488 or 2623243. OLE color: 2623243.

HSL color Cylindrical-coordinate representation of color #0B0728: hue angle of 247.27º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B0728 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 11 7 40 -
CMYK 0.72 0.83 0 0.84
HSL 247.27º 0.7% 0.09% -
HSV(B) 247.27º 0.83% 0.16% -
XYZ 0.6 0.38 2.05 -
YUV 11.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 11 7 40 0.72 0.83 0 0.84 247.27 0.7 0.09
Hex B 7 28 48 53 0 54 F7 46 9
Octal 13 7 50 110 123 0 124 367 106 11
Binary 1011 111 101000 1001000 1010011 0 1010100 11110111 1000110 1001

Color Harmonies of #0B0728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0728

Black with #0B0728

Text Example


Text Example

White with #0B0728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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