Html Css Color HEX #010216 Black Russian

📋 copy color: '#010216'

red 1 ◦ green 2 ◦ blue 22

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

Shades of Black Russian #010216

Tints of Black Russian #010216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 8%

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

R = 4%
G = 8%
B = 88%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010216 (or 0x010216) is known color: Black Russian. HEX triplet: 01, 02 and 16. RGB value is (1,2,22). Sum of RGB (Red+Green+Blue) = 1+2+22=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 22 (8.98% from 255 or 88% from 25); Max value from RGB is 22 - color contains mainly: blue. Hex color #010216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010216 is #FEFDE9. Grayscale: #030303. Windows color (decimal): -16711146 or 1442305. OLE color: 1442305.

HSL color Cylindrical-coordinate representation of color #010216: hue angle of 237.14º 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 #010216 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 2 22 -
CMYK 0.95 0.91 0 0.91
HSL 237.14º 0.91% 0.05% -
HSV(B) 237.14º 0.95% 0.09% -
XYZ 0.18 0.11 0.77 -
YUV 3.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 1 2 22 0.95 0.91 0 0.91 237.14 0.91 0.05
Hex 1 2 16 5F 5B 0 5B ED 5B 5
Octal 1 2 26 137 133 0 133 355 133 5
Binary 1 10 10110 1011111 1011011 0 1011011 11101101 1011011 101

Color Harmonies of #010216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010216

Black with #010216

Text Example


Text Example

White with #010216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010216; }

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

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

background-color css

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

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

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

border-color css

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

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

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