Html Css Color HEX #100A11 Blackcurrant

📋 copy color: '#100A11'

red 16 ◦ green 10 ◦ blue 17

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

Shades of Blackcurrant #100A11

Tints of Blackcurrant #100A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 23.26%

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

R = 37.21%
G = 23.26%
B = 39.53%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#100A11 (or 0x100A11) is known color: Blackcurrant. HEX triplet: 10, 0A and 11. RGB value is (16,10,17). Sum of RGB (Red+Green+Blue) = 16+10+17=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 17 - color contains mainly: blue. Hex color #100A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A11 is #EFF5EE. Grayscale: #0C0C0C. Windows color (decimal): -15726063 or 1116688. OLE color: 1116688.

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

Color convert

RGB 16 10 17 -
CMYK 0.06 0.41 0 0.93
HSL 291.43º 0.26% 0.05% -
HSV(B) 291.43º 0.41% 0.07% -
XYZ 0.42 0.37 0.58 -
YUV 12.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 16 10 17 0.06 0.41 0 0.93 291.43 0.26 0.05
Hex 10 A 11 6 29 0 5D 123 1A 5
Octal 20 12 21 6 51 0 135 443 32 5
Binary 10000 1010 10001 110 101001 0 1011101 100100011 11010 101

Color Harmonies of #100A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100A11

Black with #100A11

Text Example


Text Example

White with #100A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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