Html Css Color HEX #0B081E Black Russian

📋 copy color: '#0B081E'

red 11 ◦ green 8 ◦ blue 30

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

Shades of Black Russian #0B081E

Tints of Black Russian #0B081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 16.33%

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

R = 22.45%
G = 16.33%
B = 61.22%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0B081E (or 0x0B081E) is known color: Black Russian. HEX triplet: 0B, 08 and 1E. RGB value is (11,8,30). Sum of RGB (Red+Green+Blue) = 11+8+30=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B081E is #F4F7E1. Grayscale: #0B0B0B. Windows color (decimal): -16054242 or 1968139. OLE color: 1968139.

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

Color convert

RGB 11 8 30 -
CMYK 0.63 0.73 0 0.88
HSL 248.18º 0.58% 0.07% -
HSV(B) 248.18º 0.73% 0.12% -
XYZ 0.46 0.34 1.27 -
YUV 11.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 11 8 30 0.63 0.73 0 0.88 248.18 0.58 0.07
Hex B 8 1E 3F 49 0 58 F8 3A 7
Octal 13 10 36 77 111 0 130 370 72 7
Binary 1011 1000 11110 111111 1001001 0 1011000 11111000 111010 111

Color Harmonies of #0B081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B081E

Black with #0B081E

Text Example


Text Example

White with #0B081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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