Html Css Color HEX #0B061A Black Russian

📋 copy color: '#0B061A'

red 11 ◦ green 6 ◦ blue 26

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

Shades of Black Russian #0B061A

Tints of Black Russian #0B061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.95%

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

R = 25.58%
G = 13.95%
B = 60.47%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0B061A (or 0x0B061A) is known color: Black Russian. HEX triplet: 0B, 06 and 1A. RGB value is (11,6,26). Sum of RGB (Red+Green+Blue) = 11+6+26=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B061A is #F4F9E5. Grayscale: #090909. Windows color (decimal): -16054758 or 1705483. OLE color: 1705483.

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

Color convert

RGB 11 6 26 -
CMYK 0.58 0.77 0 0.90
HSL 255º 0.63% 0.06% -
HSV(B) 255º 0.77% 0.1% -
XYZ 0.39 0.28 1.01 -
YUV 9.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 11 6 26 0.58 0.77 0 0.90 255 0.63 0.06
Hex B 6 1A 3A 4D 0 5A FF 3E 6
Octal 13 6 32 72 115 0 132 377 76 6
Binary 1011 110 11010 111010 1001101 0 1011010 11111111 111110 110

Color Harmonies of #0B061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B061A

Black with #0B061A

Text Example


Text Example

White with #0B061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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