Html Css Color HEX #100A15 Blackcurrant

📋 copy color: '#100A15'

red 16 ◦ green 10 ◦ blue 21

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

Shades of Blackcurrant #100A15

Tints of Blackcurrant #100A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 44.68%

R = 34.04%
G = 21.28%
B = 44.68%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#100A15 (or 0x100A15) is known color: Blackcurrant. HEX triplet: 10, 0A and 15. RGB value is (16,10,21). Sum of RGB (Red+Green+Blue) = 16+10+21=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #100A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A15 is #EFF5EA. Grayscale: #0D0D0D. Windows color (decimal): -15726059 or 1378832. OLE color: 1378832.

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

Color convert

RGB 16 10 21 -
CMYK 0.24 0.52 0 0.92
HSL 272.73º 0.35% 0.06% -
HSV(B) 272.73º 0.52% 0.08% -
XYZ 0.46 0.38 0.76 -
YUV 13.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 16 10 21 0.24 0.52 0 0.92 272.73 0.35 0.06
Hex 10 A 15 18 34 0 5C 111 23 6
Octal 20 12 25 30 64 0 134 421 43 6
Binary 10000 1010 10101 11000 110100 0 1011100 100010001 100011 110

Color Harmonies of #100A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100A15

Black with #100A15

Text Example


Text Example

White with #100A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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