Html Css Color HEX #081129 Black Russian

📋 copy color: '#081129'

red 8 ◦ green 17 ◦ blue 41

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

Shades of Black Russian #081129

Tints of Black Russian #081129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 62.12%

R = 12.12%
G = 25.76%
B = 62.12%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#081129 (or 0x081129) is known color: Black Russian. HEX triplet: 08, 11 and 29. RGB value is (8,17,41). Sum of RGB (Red+Green+Blue) = 8+17+41=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 41 (16.41% from 255 or 62.12% from 66); Max value from RGB is 41 - color contains mainly: blue. Hex color #081129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081129 is #F7EED6. Grayscale: #101010. Windows color (decimal): -16248535 or 2691336. OLE color: 2691336.

HSL color Cylindrical-coordinate representation of color #081129: hue angle of 223.64º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #081129 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 8 17 41 -
CMYK 0.80 0.59 0 0.84
HSL 223.64º 0.67% 0.1% -
HSV(B) 223.64º 0.8% 0.16% -
XYZ 0.7 0.61 2.18 -
YUV 17.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 8 17 41 0.80 0.59 0 0.84 223.64 0.67 0.1
Hex 8 11 29 50 3B 0 54 E0 43 A
Octal 10 21 51 120 73 0 124 340 103 12
Binary 1000 10001 101001 1010000 111011 0 1010100 11100000 1000011 1010

Color Harmonies of #081129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081129

Black with #081129

Text Example


Text Example

White with #081129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081129; }

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

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

background-color css

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

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

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

border-color css

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

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

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