Html Css Color HEX #0B1229 Black Russian

📋 copy color: '#0B1229'

red 11 ◦ green 18 ◦ blue 41

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

Shades of Black Russian #0B1229

Tints of Black Russian #0B1229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.71%

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

R = 15.71%
G = 25.71%
B = 58.57%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0B1229 (or 0x0B1229) is known color: Black Russian. HEX triplet: 0B, 12 and 29. RGB value is (11,18,41). Sum of RGB (Red+Green+Blue) = 11+18+41=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #0B1229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1229 is #F4EDD6. Grayscale: #121212. Windows color (decimal): -16051671 or 2691595. OLE color: 2691595.

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

Color convert

RGB 11 18 41 -
CMYK 0.73 0.56 0 0.84
HSL 226º 0.58% 0.1% -
HSV(B) 226º 0.73% 0.16% -
XYZ 0.75 0.66 2.19 -
YUV 18.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 11 18 41 0.73 0.56 0 0.84 226 0.58 0.1
Hex B 12 29 49 38 0 54 E2 3A A
Octal 13 22 51 111 70 0 124 342 72 12
Binary 1011 10010 101001 1001001 111000 0 1010100 11100010 111010 1010

Color Harmonies of #0B1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1229

Black with #0B1229

Text Example


Text Example

White with #0B1229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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