Html Css Color HEX #081229 Black Russian

📋 copy color: '#081229'

red 8 ◦ green 18 ◦ blue 41

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

Shades of Black Russian #081229

Tints of Black Russian #081229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.87%

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

R = 11.94%
G = 26.87%
B = 61.19%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#081229 (or 0x081229) is known color: Black Russian. HEX triplet: 08, 12 and 29. RGB value is (8,18,41). Sum of RGB (Red+Green+Blue) = 8+18+41=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 41 (16.41% from 255 or 61.19% from 67); Max value from RGB is 41 - color contains mainly: blue. Hex color #081229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081229 is #F7EDD6. Grayscale: #111111. Windows color (decimal): -16248279 or 2691592. OLE color: 2691592.

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

Color convert

RGB 8 18 41 -
CMYK 0.80 0.56 0 0.84
HSL 221.82º 0.67% 0.1% -
HSV(B) 221.82º 0.8% 0.16% -
XYZ 0.72 0.64 2.18 -
YUV 17.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 8 18 41 0.80 0.56 0 0.84 221.82 0.67 0.1
Hex 8 12 29 50 38 0 54 DE 43 A
Octal 10 22 51 120 70 0 124 336 103 12
Binary 1000 10010 101001 1010000 111000 0 1010100 11011110 1000011 1010

Color Harmonies of #081229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081229

Black with #081229

Text Example


Text Example

White with #081229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081229; }

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

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

background-color css

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

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

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

border-color css

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

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

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