Html Css Color HEX #010319 Black Russian

📋 copy color: '#010319'

red 1 ◦ green 3 ◦ blue 25

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

Shades of Black Russian #010319

Tints of Black Russian #010319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 10.34%

 BLUE value IS 25 (10.16% from 255) = 86.21%

R = 3.45%
G = 10.34%
B = 86.21%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#010319 (or 0x010319) is known color: Black Russian. HEX triplet: 01, 03 and 19. RGB value is (1,3,25). Sum of RGB (Red+Green+Blue) = 1+3+25=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 25 (10.16% from 255 or 86.21% from 29); Max value from RGB is 25 - color contains mainly: blue. Hex color #010319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010319 is #FEFCE6. Grayscale: #040404. Windows color (decimal): -16710887 or 1639169. OLE color: 1639169.

HSL color Cylindrical-coordinate representation of color #010319: hue angle of 235º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010319 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 3 25 -
CMYK 0.96 0.88 0 0.90
HSL 235º 0.92% 0.05% -
HSV(B) 235º 0.96% 0.1% -
XYZ 0.22 0.14 0.94 -
YUV 4.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 1 3 25 0.96 0.88 0 0.90 235 0.92 0.05
Hex 1 3 19 60 58 0 5A EB 5C 5
Octal 1 3 31 140 130 0 132 353 134 5
Binary 1 11 11001 1100000 1011000 0 1011010 11101011 1011100 101

Color Harmonies of #010319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010319

Black with #010319

Text Example


Text Example

White with #010319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010319; }

 p { color: rgb(1,3,25); }

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

background-color css

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

 a { background-color: rgb(1,3,25); }

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

border-color css

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

 span { border-color: rgb(1,3,25); }

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