Html Css Color HEX #080C15 Black Russian

📋 copy color: '#080C15'

red 8 ◦ green 12 ◦ blue 21

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

Shades of Black Russian #080C15

Tints of Black Russian #080C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 29.27%

 BLUE value IS 21 (8.59% from 255) = 51.22%

R = 19.51%
G = 29.27%
B = 51.22%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#080C15 (or 0x080C15) is known color: Black Russian. HEX triplet: 08, 0C and 15. RGB value is (8,12,21). Sum of RGB (Red+Green+Blue) = 8+12+21=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #080C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C15 is #F7F3EA. Grayscale: #0B0B0B. Windows color (decimal): -16249835 or 1379336. OLE color: 1379336.

HSL color Cylindrical-coordinate representation of color #080C15: hue angle of 221.54º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #080C15 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 12 21 -
CMYK 0.62 0.43 0 0.92
HSL 221.54º 0.45% 0.06% -
HSV(B) 221.54º 0.62% 0.08% -
XYZ 0.37 0.37 0.76 -
YUV 11.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 8 12 21 0.62 0.43 0 0.92 221.54 0.45 0.06
Hex 8 C 15 3E 2B 0 5C DE 2D 6
Octal 10 14 25 76 53 0 134 336 55 6
Binary 1000 1100 10101 111110 101011 0 1011100 11011110 101101 110

Color Harmonies of #080C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C15

Black with #080C15

Text Example


Text Example

White with #080C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080C15; }

 p { color: rgb(8,12,21); }

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

background-color css

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

 a { background-color: rgb(8,12,21); }

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

border-color css

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

 span { border-color: rgb(8,12,21); }

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