Html Css Color HEX #081126 Black Russian

📋 copy color: '#081126'

red 8 ◦ green 17 ◦ blue 38

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

Shades of Black Russian #081126

Tints of Black Russian #081126

RGB

 RED value IS 8 (3.52% from 255) = 12.7%

 GREEN value IS 17 (7.03% from 255) = 26.98%

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

R = 12.7%
G = 26.98%
B = 60.32%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#081126 (or 0x081126) is known color: Black Russian. HEX triplet: 08, 11 and 26. RGB value is (8,17,38). Sum of RGB (Red+Green+Blue) = 8+17+38=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 38 (15.23% from 255 or 60.32% from 63); Max value from RGB is 38 - color contains mainly: blue. Hex color #081126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081126 is #F7EED9. Grayscale: #101010. Windows color (decimal): -16248538 or 2494728. OLE color: 2494728.

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

Color convert

RGB 8 17 38 -
CMYK 0.79 0.55 0 0.85
HSL 222º 0.65% 0.09% -
HSV(B) 222º 0.79% 0.15% -
XYZ 0.65 0.59 1.91 -
YUV 16.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 8 17 38 0.79 0.55 0 0.85 222 0.65 0.09
Hex 8 11 26 4F 37 0 55 DE 41 9
Octal 10 21 46 117 67 0 125 336 101 11
Binary 1000 10001 100110 1001111 110111 0 1010101 11011110 1000001 1001

Color Harmonies of #081126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081126

Black with #081126

Text Example


Text Example

White with #081126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081126; }

 p { color: rgb(8,17,38); }

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

background-color css

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

 a { background-color: rgb(8,17,38); }

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

border-color css

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

 span { border-color: rgb(8,17,38); }

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