Html Css Color HEX #010410 Black Russian

📋 copy color: '#010410'

red 1 ◦ green 4 ◦ blue 16

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

Shades of Black Russian #010410

Tints of Black Russian #010410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 76.19%

R = 4.76%
G = 19.05%
B = 76.19%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#010410 (or 0x010410) is known color: Black Russian. HEX triplet: 01, 04 and 10. RGB value is (1,4,16). Sum of RGB (Red+Green+Blue) = 1+4+16=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 16 (6.64% from 255 or 76.19% from 21); Max value from RGB is 16 - color contains mainly: blue. Hex color #010410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010410 is #FEFBEF. Grayscale: #040404. Windows color (decimal): -16710640 or 1049601. OLE color: 1049601.

HSL color Cylindrical-coordinate representation of color #010410: hue angle of 228º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010410 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 1 4 16 -
CMYK 0.94 0.75 0 0.94
HSL 228º 0.88% 0.03% -
HSV(B) 228º 0.94% 0.06% -
XYZ 0.15 0.13 0.51 -
YUV 4.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 1 4 16 0.94 0.75 0 0.94 228 0.88 0.03
Hex 1 4 10 5E 4B 0 5E E4 58 3
Octal 1 4 20 136 113 0 136 344 130 3
Binary 1 100 10000 1011110 1001011 0 1011110 11100100 1011000 11

Color Harmonies of #010410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010410

Black with #010410

Text Example


Text Example

White with #010410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010410; }

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

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

background-color css

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

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

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

border-color css

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

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

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