Html Css Color HEX #010005 Black Russian

📋 copy color: '#010005'

red 1 ◦ green 0 ◦ blue 5

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

Shades of Black Russian #010005

Tints of Black Russian #010005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 83.33%

R = 16.67%
G = 0%
B = 83.33%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#010005 (or 0x010005) is known color: Black Russian. HEX triplet: 01, 00 and 05. RGB value is (1,0,5). Sum of RGB (Red+Green+Blue) = 1+0+5=6 (0% of max value = 765). Red value is 1 (0.78% from 255 or 16.67% from 6); Green value is 0 (0.39% from 255 or 0% from 6); Blue value is 5 (2.34% from 255 or 83.33% from 6); Max value from RGB is 5 - color contains mainly: blue. Hex color #010005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010005 is #FEFFFA. Grayscale: #000000. Windows color (decimal): -16711675 or 327681. OLE color: 327681.

HSL color Cylindrical-coordinate representation of color #010005: hue angle of 252º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010005 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 1 0 5 -
CMYK 0.80 1 0 0.98
HSL 252º 1% 0.01% -
HSV(B) 252º 1% 0.02% -
XYZ 0.04 0.02 0.14 -
YUV 0.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 1 0 5 0.80 1 0 0.98 252 1 0.01
Hex 1 0 5 50 64 0 62 FC 64 1
Octal 1 0 5 120 144 0 142 374 144 1
Binary 1 0 101 1010000 1100100 0 1100010 11111100 1100100 1

Color Harmonies of #010005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010005

Black with #010005

Text Example


Text Example

White with #010005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010005; }

 p { color: rgb(1,0,5); }

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

background-color css

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

 a { background-color: rgb(1,0,5); }

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

border-color css

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

 span { border-color: rgb(1,0,5); }

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