Html Css Color HEX #0B1026 Black Russian

📋 copy color: '#0B1026'

red 11 ◦ green 16 ◦ blue 38

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

Shades of Black Russian #0B1026

Tints of Black Russian #0B1026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 24.62%

 BLUE value IS 38 (15.23% from 255) = 58.46%

R = 16.92%
G = 24.62%
B = 58.46%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0B1026 (or 0x0B1026) is known color: Black Russian. HEX triplet: 0B, 10 and 26. RGB value is (11,16,38). Sum of RGB (Red+Green+Blue) = 11+16+38=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 38 (15.23% from 255 or 58.46% from 65); Max value from RGB is 38 - color contains mainly: blue. Hex color #0B1026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1026 is #F4EFD9. Grayscale: #101010. Windows color (decimal): -16052186 or 2494475. OLE color: 2494475.

HSL color Cylindrical-coordinate representation of color #0B1026: hue angle of 228.89º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0B1026 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 11 16 38 -
CMYK 0.71 0.58 0 0.85
HSL 228.89º 0.55% 0.1% -
HSV(B) 228.89º 0.71% 0.15% -
XYZ 0.67 0.58 1.91 -
YUV 17.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 11 16 38 0.71 0.58 0 0.85 228.89 0.55 0.1
Hex B 10 26 47 3A 0 55 E5 37 A
Octal 13 20 46 107 72 0 125 345 67 12
Binary 1011 10000 100110 1000111 111010 0 1010101 11100101 110111 1010

Color Harmonies of #0B1026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1026

Black with #0B1026

Text Example


Text Example

White with #0B1026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,16,38); }

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

background-color css

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

 a { background-color: rgb(11,16,38); }

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

border-color css

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

 span { border-color: rgb(11,16,38); }

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