Html Css Color HEX #01081C Black Russian

📋 copy color: '#01081C'

red 1 ◦ green 8 ◦ blue 28

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

Shades of Black Russian #01081C

Tints of Black Russian #01081C

RGB

 RED value IS 1 (0.78% from 255) = 2.7%

 GREEN value IS 8 (3.52% from 255) = 21.62%

 BLUE value IS 28 (11.33% from 255) = 75.68%

R = 2.7%
G = 21.62%
B = 75.68%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01081C (or 0x01081C) is known color: Black Russian. HEX triplet: 01, 08 and 1C. RGB value is (1,8,28). Sum of RGB (Red+Green+Blue) = 1+8+28=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 28 (11.33% from 255 or 75.68% from 37); Max value from RGB is 28 - color contains mainly: blue. Hex color #01081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01081C is #FEF7E3. Grayscale: #080808. Windows color (decimal): -16709604 or 1837057. OLE color: 1837057.

HSL color Cylindrical-coordinate representation of color #01081C: hue angle of 224.44º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01081C is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 8 28 -
CMYK 0.96 0.71 0 0.89
HSL 224.44º 0.93% 0.06% -
HSV(B) 224.44º 0.96% 0.11% -
XYZ 0.31 0.26 1.13 -
YUV 8.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 1 8 28 0.96 0.71 0 0.89 224.44 0.93 0.06
Hex 1 8 1C 60 47 0 59 E0 5D 6
Octal 1 10 34 140 107 0 131 340 135 6
Binary 1 1000 11100 1100000 1000111 0 1011001 11100000 1011101 110

Color Harmonies of #01081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01081C

Black with #01081C

Text Example


Text Example

White with #01081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01081C; }

 p { color: rgb(1,8,28); }

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

background-color css

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

 a { background-color: rgb(1,8,28); }

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

border-color css

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

 span { border-color: rgb(1,8,28); }

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