Html Css Color HEX #0B0929 Black Russian

📋 copy color: '#0B0929'

red 11 ◦ green 9 ◦ blue 41

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

Shades of Black Russian #0B0929

Tints of Black Russian #0B0929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.75%

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

R = 18.03%
G = 14.75%
B = 67.21%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0B0929 (or 0x0B0929) is known color: Black Russian. HEX triplet: 0B, 09 and 29. RGB value is (11,9,41). Sum of RGB (Red+Green+Blue) = 11+9+41=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 41 (16.41% from 255 or 67.21% from 61); Max value from RGB is 41 - color contains mainly: blue. Hex color #0B0929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0929 is #F4F6D6. Grayscale: #0D0D0D. Windows color (decimal): -16053975 or 2689291. OLE color: 2689291.

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

Color convert

RGB 11 9 41 -
CMYK 0.73 0.78 0 0.84
HSL 243.75º 0.64% 0.1% -
HSV(B) 243.75º 0.78% 0.16% -
XYZ 0.64 0.43 2.15 -
YUV 13.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 11 9 41 0.73 0.78 0 0.84 243.75 0.64 0.1
Hex B 9 29 49 4E 0 54 F4 40 A
Octal 13 11 51 111 116 0 124 364 100 12
Binary 1011 1001 101001 1001001 1001110 0 1010100 11110100 1000000 1010

Color Harmonies of #0B0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0929

Black with #0B0929

Text Example


Text Example

White with #0B0929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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