Html Css Color HEX #0B052A Black Russian

📋 copy color: '#0B052A'

red 11 ◦ green 5 ◦ blue 42

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

Shades of Black Russian #0B052A

Tints of Black Russian #0B052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 72.41%

R = 18.97%
G = 8.62%
B = 72.41%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0B052A (or 0x0B052A) is known color: Black Russian. HEX triplet: 0B, 05 and 2A. RGB value is (11,5,42). Sum of RGB (Red+Green+Blue) = 11+5+42=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 42 (16.80% from 255 or 72.41% from 58); Max value from RGB is 42 - color contains mainly: blue. Hex color #0B052A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B052A is #F4FAD5. Grayscale: #0A0A0A. Windows color (decimal): -16054998 or 2753803. OLE color: 2753803.

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

Color convert

RGB 11 5 42 -
CMYK 0.74 0.88 0 0.84
HSL 249.73º 0.79% 0.09% -
HSV(B) 249.73º 0.88% 0.16% -
XYZ 0.61 0.35 2.23 -
YUV 11.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 11 5 42 0.74 0.88 0 0.84 249.73 0.79 0.09
Hex B 5 2A 4A 58 0 54 FA 4F 9
Octal 13 5 52 112 130 0 124 372 117 11
Binary 1011 101 101010 1001010 1011000 0 1010100 11111010 1001111 1001

Color Harmonies of #0B052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B052A

Black with #0B052A

Text Example


Text Example

White with #0B052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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