Html Css Color HEX #0B0629 Black Russian

📋 copy color: '#0B0629'

red 11 ◦ green 6 ◦ blue 41

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

Shades of Black Russian #0B0629

Tints of Black Russian #0B0629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.34%

 BLUE value IS 41 (16.41% from 255) = 70.69%

R = 18.97%
G = 10.34%
B = 70.69%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0B0629 (or 0x0B0629) is known color: Black Russian. HEX triplet: 0B, 06 and 29. RGB value is (11,6,41). Sum of RGB (Red+Green+Blue) = 11+6+41=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 41 (16.41% from 255 or 70.69% from 58); Max value from RGB is 41 - color contains mainly: blue. Hex color #0B0629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0629 is #F4F9D6. Grayscale: #0B0B0B. Windows color (decimal): -16054743 or 2688523. OLE color: 2688523.

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

Color convert

RGB 11 6 41 -
CMYK 0.73 0.85 0 0.84
HSL 248.57º 0.74% 0.09% -
HSV(B) 248.57º 0.85% 0.16% -
XYZ 0.6 0.36 2.14 -
YUV 11.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 11 6 41 0.73 0.85 0 0.84 248.57 0.74 0.09
Hex B 6 29 49 55 0 54 F9 4A 9
Octal 13 6 51 111 125 0 124 371 112 11
Binary 1011 110 101001 1001001 1010101 0 1010100 11111001 1001010 1001

Color Harmonies of #0B0629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0629

Black with #0B0629

Text Example


Text Example

White with #0B0629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,6,41); }

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

background-color css

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

 a { background-color: rgb(11,6,41); }

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

border-color css

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

 span { border-color: rgb(11,6,41); }

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