Html Css Color HEX #0B052B Black Russian

📋 copy color: '#0B052B'

red 11 ◦ green 5 ◦ blue 43

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

Shades of Black Russian #0B052B

Tints of Black Russian #0B052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 72.88%

R = 18.64%
G = 8.47%
B = 72.88%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0B052B (or 0x0B052B) is known color: Black Russian. HEX triplet: 0B, 05 and 2B. RGB value is (11,5,43). Sum of RGB (Red+Green+Blue) = 11+5+43=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 43 (17.19% from 255 or 72.88% from 59); Max value from RGB is 43 - color contains mainly: blue. Hex color #0B052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B052B is #F4FAD4. Grayscale: #0A0A0A. Windows color (decimal): -16054997 or 2819339. OLE color: 2819339.

HSL color Cylindrical-coordinate representation of color #0B052B: hue angle of 249.47º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B052B is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 11 5 43 -
CMYK 0.74 0.88 0 0.83
HSL 249.47º 0.79% 0.09% -
HSV(B) 249.47º 0.88% 0.17% -
XYZ 0.63 0.35 2.32 -
YUV 11.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 11 5 43 0.74 0.88 0 0.83 249.47 0.79 0.09
Hex B 5 2B 4A 58 0 53 F9 4F 9
Octal 13 5 53 112 130 0 123 371 117 11
Binary 1011 101 101011 1001010 1011000 0 1010011 11111001 1001111 1001

Color Harmonies of #0B052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B052B

Black with #0B052B

Text Example


Text Example

White with #0B052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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