Html Css Color HEX #100F1D Black Russian

📋 copy color: '#100F1D'

red 16 ◦ green 15 ◦ blue 29

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

Shades of Black Russian #100F1D

Tints of Black Russian #100F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 25%

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

R = 26.67%
G = 25%
B = 48.33%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#100F1D (or 0x100F1D) is known color: Black Russian. HEX triplet: 10, 0F and 1D. RGB value is (16,15,29). Sum of RGB (Red+Green+Blue) = 16+15+29=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #100F1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F1D is #EFF0E2. Grayscale: #101010. Windows color (decimal): -15724771 or 1904400. OLE color: 1904400.

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

Color convert

RGB 16 15 29 -
CMYK 0.45 0.48 0 0.89
HSL 244.29º 0.32% 0.09% -
HSV(B) 244.29º 0.48% 0.11% -
XYZ 0.61 0.54 1.23 -
YUV 16.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 16 15 29 0.45 0.48 0 0.89 244.29 0.32 0.09
Hex 10 F 1D 2D 30 0 59 F4 20 9
Octal 20 17 35 55 60 0 131 364 40 11
Binary 10000 1111 11101 101101 110000 0 1011001 11110100 100000 1001

Color Harmonies of #100F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100F1D

Black with #100F1D

Text Example


Text Example

White with #100F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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