Html Css Color HEX #010413 Black Russian

📋 copy color: '#010413'

red 1 ◦ green 4 ◦ blue 19

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

Shades of Black Russian #010413

Tints of Black Russian #010413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 16.67%

 BLUE value IS 19 (7.81% from 255) = 79.17%

R = 4.17%
G = 16.67%
B = 79.17%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010413 (or 0x010413) is known color: Black Russian. HEX triplet: 01, 04 and 13. RGB value is (1,4,19). Sum of RGB (Red+Green+Blue) = 1+4+19=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 19 (7.81% from 255 or 79.17% from 24); Max value from RGB is 19 - color contains mainly: blue. Hex color #010413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010413 is #FEFBEC. Grayscale: #040404. Windows color (decimal): -16710637 or 1246209. OLE color: 1246209.

HSL color Cylindrical-coordinate representation of color #010413: hue angle of 230º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010413 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 4 19 -
CMYK 0.95 0.79 0 0.93
HSL 230º 0.9% 0.04% -
HSV(B) 230º 0.95% 0.07% -
XYZ 0.17 0.14 0.63 -
YUV 4.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 1 4 19 0.95 0.79 0 0.93 230 0.9 0.04
Hex 1 4 13 5F 4F 0 5D E6 5A 4
Octal 1 4 23 137 117 0 135 346 132 4
Binary 1 100 10011 1011111 1001111 0 1011101 11100110 1011010 100

Color Harmonies of #010413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010413

Black with #010413

Text Example


Text Example

White with #010413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010413; }

 p { color: rgb(1,4,19); }

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

background-color css

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

 a { background-color: rgb(1,4,19); }

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

border-color css

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

 span { border-color: rgb(1,4,19); }

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