Html Css Color HEX #101319 Black Russian

📋 copy color: '#101319'

red 16 ◦ green 19 ◦ blue 25

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

Shades of Black Russian #101319

Tints of Black Russian #101319

RGB

 RED value IS 16 (6.64% from 255) = 26.67%

 GREEN value IS 19 (7.81% from 255) = 31.67%

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

R = 26.67%
G = 31.67%
B = 41.67%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#101319 (or 0x101319) is known color: Black Russian. HEX triplet: 10, 13 and 19. RGB value is (16,19,25). Sum of RGB (Red+Green+Blue) = 16+19+25=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 25 - color contains mainly: blue. Hex color #101319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101319 is #EFECE6. Grayscale: #121212. Windows color (decimal): -15723751 or 1643280. OLE color: 1643280.

HSL color Cylindrical-coordinate representation of color #101319: hue angle of 220º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #101319 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 16 19 25 -
CMYK 0.36 0.24 0 0.90
HSL 220º 0.22% 0.08% -
HSV(B) 220º 0.36% 0.1% -
XYZ 0.62 0.65 1.01 -
YUV 18.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 16 19 25 0.36 0.24 0 0.90 220 0.22 0.08
Hex 10 13 19 24 18 0 5A DC 16 8
Octal 20 23 31 44 30 0 132 334 26 10
Binary 10000 10011 11001 100100 11000 0 1011010 11011100 10110 1000

Color Harmonies of #101319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101319

Black with #101319

Text Example


Text Example

White with #101319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101319; }

 p { color: rgb(16,19,25); }

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

background-color css

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

 a { background-color: rgb(16,19,25); }

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

border-color css

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

 span { border-color: rgb(16,19,25); }

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