Html Css Color HEX #0B0914 Black Russian

📋 copy color: '#0B0914'

red 11 ◦ green 9 ◦ blue 20

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

Shades of Black Russian #0B0914

Tints of Black Russian #0B0914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 50%

R = 27.5%
G = 22.5%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0B0914 (or 0x0B0914) is known color: Black Russian. HEX triplet: 0B, 09 and 14. RGB value is (11,9,20). Sum of RGB (Red+Green+Blue) = 11+9+20=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B0914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0914 is #F4F6EB. Grayscale: #0A0A0A. Windows color (decimal): -16053996 or 1313035. OLE color: 1313035.

HSL color Cylindrical-coordinate representation of color #0B0914: hue angle of 250.91º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0B0914 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 11 9 20 -
CMYK 0.45 0.55 0 0.92
HSL 250.91º 0.38% 0.06% -
HSV(B) 250.91º 0.55% 0.08% -
XYZ 0.36 0.32 0.7 -
YUV 10.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 11 9 20 0.45 0.55 0 0.92 250.91 0.38 0.06
Hex B 9 14 2D 37 0 5C FB 26 6
Octal 13 11 24 55 67 0 134 373 46 6
Binary 1011 1001 10100 101101 110111 0 1011100 11111011 100110 110

Color Harmonies of #0B0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0914

Black with #0B0914

Text Example


Text Example

White with #0B0914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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