Html Css Color HEX #0B071A Black Russian

📋 copy color: '#0B071A'

red 11 ◦ green 7 ◦ blue 26

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

Shades of Black Russian #0B071A

Tints of Black Russian #0B071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.91%

 BLUE value IS 26 (10.55% from 255) = 59.09%

R = 25%
G = 15.91%
B = 59.09%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0B071A (or 0x0B071A) is known color: Black Russian. HEX triplet: 0B, 07 and 1A. RGB value is (11,7,26). Sum of RGB (Red+Green+Blue) = 11+7+26=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B071A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B071A is #F4F8E5. Grayscale: #0A0A0A. Windows color (decimal): -16054502 or 1705739. OLE color: 1705739.

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

Color convert

RGB 11 7 26 -
CMYK 0.58 0.73 0 0.90
HSL 252.63º 0.58% 0.06% -
HSV(B) 252.63º 0.73% 0.1% -
XYZ 0.4 0.3 1.01 -
YUV 10.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 11 7 26 0.58 0.73 0 0.90 252.63 0.58 0.06
Hex B 7 1A 3A 49 0 5A FD 3A 6
Octal 13 7 32 72 111 0 132 375 72 6
Binary 1011 111 11010 111010 1001001 0 1011010 11111101 111010 110

Color Harmonies of #0B071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B071A

Black with #0B071A

Text Example


Text Example

White with #0B071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,7,26); }

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

background-color css

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

 a { background-color: rgb(11,7,26); }

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

border-color css

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

 span { border-color: rgb(11,7,26); }

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