Html Css Color HEX #080C1E Black Russian

📋 copy color: '#080C1E'

red 8 ◦ green 12 ◦ blue 30

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

Shades of Black Russian #080C1E

Tints of Black Russian #080C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 60%

R = 16%
G = 24%
B = 60%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#080C1E (or 0x080C1E) is known color: Black Russian. HEX triplet: 08, 0C and 1E. RGB value is (8,12,30). Sum of RGB (Red+Green+Blue) = 8+12+30=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #080C1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C1E is #F7F3E1. Grayscale: #0C0C0C. Windows color (decimal): -16249826 or 1969160. OLE color: 1969160.

HSL color Cylindrical-coordinate representation of color #080C1E: hue angle of 229.09º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #080C1E is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 12 30 -
CMYK 0.73 0.60 0 0.88
HSL 229.09º 0.58% 0.07% -
HSV(B) 229.09º 0.73% 0.12% -
XYZ 0.47 0.41 1.28 -
YUV 12.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 8 12 30 0.73 0.60 0 0.88 229.09 0.58 0.07
Hex 8 C 1E 49 3C 0 58 E5 3A 7
Octal 10 14 36 111 74 0 130 345 72 7
Binary 1000 1100 11110 1001001 111100 0 1011000 11100101 111010 111

Color Harmonies of #080C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C1E

Black with #080C1E

Text Example


Text Example

White with #080C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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