Html Css Color HEX #010316 Black Russian

📋 copy color: '#010316'

red 1 ◦ green 3 ◦ blue 22

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

Shades of Black Russian #010316

Tints of Black Russian #010316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 84.62%

R = 3.85%
G = 11.54%
B = 84.62%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010316 (or 0x010316) is known color: Black Russian. HEX triplet: 01, 03 and 16. RGB value is (1,3,22). Sum of RGB (Red+Green+Blue) = 1+3+22=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 22 (8.98% from 255 or 84.62% from 26); Max value from RGB is 22 - color contains mainly: blue. Hex color #010316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010316 is #FEFCE9. Grayscale: #040404. Windows color (decimal): -16710890 or 1442561. OLE color: 1442561.

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

Color convert

RGB 1 3 22 -
CMYK 0.95 0.86 0 0.91
HSL 234.29º 0.91% 0.05% -
HSV(B) 234.29º 0.95% 0.09% -
XYZ 0.19 0.13 0.77 -
YUV 4.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 1 3 22 0.95 0.86 0 0.91 234.29 0.91 0.05
Hex 1 3 16 5F 56 0 5B EA 5B 5
Octal 1 3 26 137 126 0 133 352 133 5
Binary 1 11 10110 1011111 1010110 0 1011011 11101010 1011011 101

Color Harmonies of #010316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010316

Black with #010316

Text Example


Text Example

White with #010316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010316; }

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

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

background-color css

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

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

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

border-color css

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

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

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