Html Css Color HEX #100E19 Black Russian

📋 copy color: '#100E19'

red 16 ◦ green 14 ◦ blue 25

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

Shades of Black Russian #100E19

Tints of Black Russian #100E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 25.45%

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

R = 29.09%
G = 25.45%
B = 45.45%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#100E19 (or 0x100E19) is known color: Black Russian. HEX triplet: 10, 0E and 19. RGB value is (16,14,25). Sum of RGB (Red+Green+Blue) = 16+14+25=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 25 - color contains mainly: blue. Hex color #100E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E19 is #EFF1E6. Grayscale: #0F0F0F. Windows color (decimal): -15725031 or 1642000. OLE color: 1642000.

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

Color convert

RGB 16 14 25 -
CMYK 0.36 0.44 0 0.90
HSL 250.91º 0.28% 0.08% -
HSV(B) 250.91º 0.44% 0.1% -
XYZ 0.55 0.49 0.99 -
YUV 15.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 16 14 25 0.36 0.44 0 0.90 250.91 0.28 0.08
Hex 10 E 19 24 2C 0 5A FB 1C 8
Octal 20 16 31 44 54 0 132 373 34 10
Binary 10000 1110 11001 100100 101100 0 1011010 11111011 11100 1000

Color Harmonies of #100E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E19

Black with #100E19

Text Example


Text Example

White with #100E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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