Html Css Color HEX #100515 Blackcurrant

📋 copy color: '#100515'

red 16 ◦ green 5 ◦ blue 21

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

Shades of Blackcurrant #100515

Tints of Blackcurrant #100515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.9%

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

R = 38.1%
G = 11.9%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#100515 (or 0x100515) is known color: Blackcurrant. HEX triplet: 10, 05 and 15. RGB value is (16,5,21). Sum of RGB (Red+Green+Blue) = 16+5+21=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #100515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100515 is #EFFAEA. Grayscale: #0A0A0A. Windows color (decimal): -15727339 or 1377552. OLE color: 1377552.

HSL color Cylindrical-coordinate representation of color #100515: hue angle of 281.25º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #100515 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 5 21 -
CMYK 0.24 0.76 0 0.92
HSL 281.25º 0.62% 0.05% -
HSV(B) 281.25º 0.76% 0.08% -
XYZ 0.4 0.27 0.74 -
YUV 10.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 16 5 21 0.24 0.76 0 0.92 281.25 0.62 0.05
Hex 10 5 15 18 4C 0 5C 119 3E 5
Octal 20 5 25 30 114 0 134 431 76 5
Binary 10000 101 10101 11000 1001100 0 1011100 100011001 111110 101

Color Harmonies of #100515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100515

Black with #100515

Text Example


Text Example

White with #100515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100515; }

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

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

background-color css

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

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

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

border-color css

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

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

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