Html Css Color HEX #081027 Black Russian

📋 copy color: '#081027'

red 8 ◦ green 16 ◦ blue 39

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

Shades of Black Russian #081027

Tints of Black Russian #081027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 61.9%

R = 12.7%
G = 25.4%
B = 61.9%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#081027 (or 0x081027) is known color: Black Russian. HEX triplet: 08, 10 and 27. RGB value is (8,16,39). Sum of RGB (Red+Green+Blue) = 8+16+39=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 39 (15.62% from 255 or 61.90% from 63); Max value from RGB is 39 - color contains mainly: blue. Hex color #081027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081027 is #F7EFD8. Grayscale: #101010. Windows color (decimal): -16248793 or 2560008. OLE color: 2560008.

HSL color Cylindrical-coordinate representation of color #081027: hue angle of 224.52º degrees, saturation: 0.66, 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 #081027 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 16 39 -
CMYK 0.79 0.59 0 0.85
HSL 224.52º 0.66% 0.09% -
HSV(B) 224.52º 0.79% 0.15% -
XYZ 0.65 0.57 1.99 -
YUV 16.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 8 16 39 0.79 0.59 0 0.85 224.52 0.66 0.09
Hex 8 10 27 4F 3B 0 55 E1 42 9
Octal 10 20 47 117 73 0 125 341 102 11
Binary 1000 10000 100111 1001111 111011 0 1010101 11100001 1000010 1001

Color Harmonies of #081027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081027

Black with #081027

Text Example


Text Example

White with #081027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081027; }

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

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

background-color css

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

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

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

border-color css

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

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

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