Html Css Color HEX #080C1A Black Russian

📋 copy color: '#080C1A'

red 8 ◦ green 12 ◦ blue 26

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

Shades of Black Russian #080C1A

Tints of Black Russian #080C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 56.52%

R = 17.39%
G = 26.09%
B = 56.52%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#080C1A (or 0x080C1A) is known color: Black Russian. HEX triplet: 08, 0C and 1A. RGB value is (8,12,26). Sum of RGB (Red+Green+Blue) = 8+12+26=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 26 (10.55% from 255 or 56.52% from 46); Max value from RGB is 26 - color contains mainly: blue. Hex color #080C1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C1A is #F7F3E5. Grayscale: #0C0C0C. Windows color (decimal): -16249830 or 1707016. OLE color: 1707016.

HSL color Cylindrical-coordinate representation of color #080C1A: hue angle of 226.67º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #080C1A is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 12 26 -
CMYK 0.69 0.54 0 0.90
HSL 226.67º 0.53% 0.07% -
HSV(B) 226.67º 0.69% 0.1% -
XYZ 0.42 0.39 1.03 -
YUV 12.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 8 12 26 0.69 0.54 0 0.90 226.67 0.53 0.07
Hex 8 C 1A 45 36 0 5A E3 35 7
Octal 10 14 32 105 66 0 132 343 65 7
Binary 1000 1100 11010 1000101 110110 0 1011010 11100011 110101 111

Color Harmonies of #080C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C1A

Black with #080C1A

Text Example


Text Example

White with #080C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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