Html Css Color HEX #081227 Black Russian

📋 copy color: '#081227'

red 8 ◦ green 18 ◦ blue 39

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

Shades of Black Russian #081227

Tints of Black Russian #081227

RGB

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

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

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

R = 12.31%
G = 27.69%
B = 60%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#081227 (or 0x081227) is known color: Black Russian. HEX triplet: 08, 12 and 27. RGB value is (8,18,39). Sum of RGB (Red+Green+Blue) = 8+18+39=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #081227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081227 is #F7EDD8. Grayscale: #111111. Windows color (decimal): -16248281 or 2560520. OLE color: 2560520.

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

Color convert

RGB 8 18 39 -
CMYK 0.79 0.54 0 0.85
HSL 220.65º 0.66% 0.09% -
HSV(B) 220.65º 0.79% 0.15% -
XYZ 0.68 0.63 2.01 -
YUV 17.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 8 18 39 0.79 0.54 0 0.85 220.65 0.66 0.09
Hex 8 12 27 4F 36 0 55 DD 42 9
Octal 10 22 47 117 66 0 125 335 102 11
Binary 1000 10010 100111 1001111 110110 0 1010101 11011101 1000010 1001

Color Harmonies of #081227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081227

Black with #081227

Text Example


Text Example

White with #081227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081227; }

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

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

background-color css

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

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

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

border-color css

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

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

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