Html Css Color HEX #081029 Black Russian

📋 copy color: '#081029'

red 8 ◦ green 16 ◦ blue 41

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

Shades of Black Russian #081029

Tints of Black Russian #081029

RGB

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

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

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

R = 12.31%
G = 24.62%
B = 63.08%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#081029 (or 0x081029) is known color: Black Russian. HEX triplet: 08, 10 and 29. RGB value is (8,16,41). Sum of RGB (Red+Green+Blue) = 8+16+41=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #081029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081029 is #F7EFD6. Grayscale: #101010. Windows color (decimal): -16248791 or 2691080. OLE color: 2691080.

HSL color Cylindrical-coordinate representation of color #081029: hue angle of 225.45º 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 #081029 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 8 16 41 -
CMYK 0.80 0.61 0 0.84
HSL 225.45º 0.67% 0.1% -
HSV(B) 225.45º 0.8% 0.16% -
XYZ 0.69 0.58 2.17 -
YUV 16.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 8 16 41 0.80 0.61 0 0.84 225.45 0.67 0.1
Hex 8 10 29 50 3D 0 54 E1 43 A
Octal 10 20 51 120 75 0 124 341 103 12
Binary 1000 10000 101001 1010000 111101 0 1010100 11100001 1000011 1010

Color Harmonies of #081029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081029

Black with #081029

Text Example


Text Example

White with #081029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081029; }

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

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

background-color css

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

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

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

border-color css

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

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

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