Html Css Color HEX #100D11 Blackcurrant

📋 copy color: '#100D11'

red 16 ◦ green 13 ◦ blue 17

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

Shades of Blackcurrant #100D11

Tints of Blackcurrant #100D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 28.26%

 BLUE value IS 17 (7.03% from 255) = 36.96%

R = 34.78%
G = 28.26%
B = 36.96%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#100D11 (or 0x100D11) is known color: Blackcurrant. HEX triplet: 10, 0D and 11. RGB value is (16,13,17). Sum of RGB (Red+Green+Blue) = 16+13+17=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 17 - color contains mainly: blue. Hex color #100D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D11 is #EFF2EE. Grayscale: #0E0E0E. Windows color (decimal): -15725295 or 1117456. OLE color: 1117456.

HSL color Cylindrical-coordinate representation of color #100D11: hue angle of 285º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #100D11 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 13 17 -
CMYK 0.06 0.24 0 0.93
HSL 285º 0.13% 0.06% -
HSV(B) 285º 0.24% 0.07% -
XYZ 0.46 0.44 0.59 -
YUV 14.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 16 13 17 0.06 0.24 0 0.93 285 0.13 0.06
Hex 10 D 11 6 18 0 5D 11D D 6
Octal 20 15 21 6 30 0 135 435 15 6
Binary 10000 1101 10001 110 11000 0 1011101 100011101 1101 110

Color Harmonies of #100D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100D11

Black with #100D11

Text Example


Text Example

White with #100D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,13,17); }

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

background-color css

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

 a { background-color: rgb(16,13,17); }

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

border-color css

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

 span { border-color: rgb(16,13,17); }

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