Html Css Color HEX #080C1D Black Russian

📋 copy color: '#080C1D'

red 8 ◦ green 12 ◦ blue 29

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

Shades of Black Russian #080C1D

Tints of Black Russian #080C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 59.18%

R = 16.33%
G = 24.49%
B = 59.18%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#080C1D (or 0x080C1D) is known color: Black Russian. HEX triplet: 08, 0C and 1D. RGB value is (8,12,29). Sum of RGB (Red+Green+Blue) = 8+12+29=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #080C1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C1D is #F7F3E2. Grayscale: #0C0C0C. Windows color (decimal): -16249827 or 1903624. OLE color: 1903624.

HSL color Cylindrical-coordinate representation of color #080C1D: hue angle of 228.57º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #080C1D is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 12 29 -
CMYK 0.72 0.59 0 0.89
HSL 228.57º 0.57% 0.07% -
HSV(B) 228.57º 0.72% 0.11% -
XYZ 0.45 0.4 1.22 -
YUV 12.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 8 12 29 0.72 0.59 0 0.89 228.57 0.57 0.07
Hex 8 C 1D 48 3B 0 59 E5 39 7
Octal 10 14 35 110 73 0 131 345 71 7
Binary 1000 1100 11101 1001000 111011 0 1011001 11100101 111001 111

Color Harmonies of #080C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C1D

Black with #080C1D

Text Example


Text Example

White with #080C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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