Html Css Color HEX #0B051E Black Russian

📋 copy color: '#0B051E'

red 11 ◦ green 5 ◦ blue 30

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

Shades of Black Russian #0B051E

Tints of Black Russian #0B051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 65.22%

R = 23.91%
G = 10.87%
B = 65.22%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0B051E (or 0x0B051E) is known color: Black Russian. HEX triplet: 0B, 05 and 1E. RGB value is (11,5,30). Sum of RGB (Red+Green+Blue) = 11+5+30=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 30 (12.11% from 255 or 65.22% from 46); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B051E is #F4FAE1. Grayscale: #090909. Windows color (decimal): -16055010 or 1967371. OLE color: 1967371.

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

Color convert

RGB 11 5 30 -
CMYK 0.63 0.83 0 0.88
HSL 254.4º 0.71% 0.07% -
HSV(B) 254.4º 0.83% 0.12% -
XYZ 0.43 0.27 1.26 -
YUV 9.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 11 5 30 0.63 0.83 0 0.88 254.4 0.71 0.07
Hex B 5 1E 3F 53 0 58 FE 47 7
Octal 13 5 36 77 123 0 130 376 107 7
Binary 1011 101 11110 111111 1010011 0 1011000 11111110 1000111 111

Color Harmonies of #0B051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B051E

Black with #0B051E

Text Example


Text Example

White with #0B051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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