Html Css Color HEX #0B051F Black Russian

📋 copy color: '#0B051F'

red 11 ◦ green 5 ◦ blue 31

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

Shades of Black Russian #0B051F

Tints of Black Russian #0B051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 65.96%

R = 23.4%
G = 10.64%
B = 65.96%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0B051F (or 0x0B051F) is known color: Black Russian. HEX triplet: 0B, 05 and 1F. RGB value is (11,5,31). Sum of RGB (Red+Green+Blue) = 11+5+31=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #0B051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B051F is #F4FAE0. Grayscale: #090909. Windows color (decimal): -16055009 or 2032907. OLE color: 2032907.

HSL color Cylindrical-coordinate representation of color #0B051F: hue angle of 253.85º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B051F is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 11 5 31 -
CMYK 0.65 0.84 0 0.88
HSL 253.85º 0.72% 0.07% -
HSV(B) 253.85º 0.84% 0.12% -
XYZ 0.44 0.28 1.33 -
YUV 9.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 11 5 31 0.65 0.84 0 0.88 253.85 0.72 0.07
Hex B 5 1F 41 54 0 58 FE 48 7
Octal 13 5 37 101 124 0 130 376 110 7
Binary 1011 101 11111 1000001 1010100 0 1011000 11111110 1001000 111

Color Harmonies of #0B051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B051F

Black with #0B051F

Text Example


Text Example

White with #0B051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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