Html Css Color HEX #010315 Black Russian

📋 copy color: '#010315'

red 1 ◦ green 3 ◦ blue 21

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

Shades of Black Russian #010315

Tints of Black Russian #010315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 84%

R = 4%
G = 12%
B = 84%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#010315 (or 0x010315) is known color: Black Russian. HEX triplet: 01, 03 and 15. RGB value is (1,3,21). Sum of RGB (Red+Green+Blue) = 1+3+21=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 3 (1.56% from 255 or 12% from 25); Blue value is 21 (8.59% from 255 or 84% from 25); Max value from RGB is 21 - color contains mainly: blue. Hex color #010315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010315 is #FEFCEA. Grayscale: #040404. Windows color (decimal): -16710891 or 1377025. OLE color: 1377025.

HSL color Cylindrical-coordinate representation of color #010315: hue angle of 234º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010315 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 3 21 -
CMYK 0.95 0.86 0 0.92
HSL 234º 0.91% 0.04% -
HSV(B) 234º 0.95% 0.08% -
XYZ 0.18 0.13 0.72 -
YUV 4.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 1 3 21 0.95 0.86 0 0.92 234 0.91 0.04
Hex 1 3 15 5F 56 0 5C EA 5B 4
Octal 1 3 25 137 126 0 134 352 133 4
Binary 1 11 10101 1011111 1010110 0 1011100 11101010 1011011 100

Color Harmonies of #010315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010315

Black with #010315

Text Example


Text Example

White with #010315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010315; }

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

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

background-color css

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

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

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

border-color css

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

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

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