Html Css Color HEX #100E1D Black Russian

📋 copy color: '#100E1D'

red 16 ◦ green 14 ◦ blue 29

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

Shades of Black Russian #100E1D

Tints of Black Russian #100E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 49.15%

R = 27.12%
G = 23.73%
B = 49.15%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#100E1D (or 0x100E1D) is known color: Black Russian. HEX triplet: 10, 0E and 1D. RGB value is (16,14,29). Sum of RGB (Red+Green+Blue) = 16+14+29=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #100E1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E1D is #EFF1E2. Grayscale: #101010. Windows color (decimal): -15725027 or 1904144. OLE color: 1904144.

HSL color Cylindrical-coordinate representation of color #100E1D: hue angle of 248º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #100E1D is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 16 14 29 -
CMYK 0.45 0.52 0 0.89
HSL 248º 0.35% 0.08% -
HSV(B) 248º 0.52% 0.11% -
XYZ 0.59 0.51 1.23 -
YUV 16.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 16 14 29 0.45 0.52 0 0.89 248 0.35 0.08
Hex 10 E 1D 2D 34 0 59 F8 23 8
Octal 20 16 35 55 64 0 131 370 43 10
Binary 10000 1110 11101 101101 110100 0 1011001 11111000 100011 1000

Color Harmonies of #100E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E1D

Black with #100E1D

Text Example


Text Example

White with #100E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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