Html Css Color HEX #010117 Black Russian

📋 copy color: '#010117'

red 1 ◦ green 1 ◦ blue 23

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

Shades of Black Russian #010117

Tints of Black Russian #010117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 92%

R = 4%
G = 4%
B = 92%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010117 (or 0x010117) is known color: Black Russian. HEX triplet: 01, 01 and 17. RGB value is (1,1,23). Sum of RGB (Red+Green+Blue) = 1+1+23=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 23 (9.38% from 255 or 92% from 25); Max value from RGB is 23 - color contains mainly: blue. Hex color #010117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010117 is #FEFEE8. Grayscale: #030303. Windows color (decimal): -16711401 or 1507585. OLE color: 1507585.

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

Color convert

RGB 1 1 23 -
CMYK 0.96 0.96 0 0.91
HSL 240º 0.92% 0.05% -
HSV(B) 240º 0.96% 0.09% -
XYZ 0.18 0.09 0.82 -
YUV 3.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 1 1 23 0.96 0.96 0 0.91 240 0.92 0.05
Hex 1 1 17 60 60 0 5B F0 5C 5
Octal 1 1 27 140 140 0 133 360 134 5
Binary 1 1 10111 1100000 1100000 0 1011011 11110000 1011100 101

Color Harmonies of #010117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010117

Black with #010117

Text Example


Text Example

White with #010117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010117; }

 p { color: rgb(1,1,23); }

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

background-color css

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

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

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

border-color css

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

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

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