Html Css Color HEX #100315 Blackcurrant

📋 copy color: '#100315'

red 16 ◦ green 3 ◦ blue 21

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

Shades of Blackcurrant #100315

Tints of Blackcurrant #100315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.5%

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

R = 40%
G = 7.5%
B = 52.5%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#100315 (or 0x100315) is known color: Blackcurrant. HEX triplet: 10, 03 and 15. RGB value is (16,3,21). Sum of RGB (Red+Green+Blue) = 16+3+21=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #100315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100315 is #EFFCEA. Grayscale: #080808. Windows color (decimal): -15727851 or 1377040. OLE color: 1377040.

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

Color convert

RGB 16 3 21 -
CMYK 0.24 0.86 0 0.92
HSL 283.33º 0.75% 0.05% -
HSV(B) 283.33º 0.86% 0.08% -
XYZ 0.38 0.23 0.73 -
YUV 8.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 16 3 21 0.24 0.86 0 0.92 283.33 0.75 0.05
Hex 10 3 15 18 56 0 5C 11B 4B 5
Octal 20 3 25 30 126 0 134 433 113 5
Binary 10000 11 10101 11000 1010110 0 1011100 100011011 1001011 101

Color Harmonies of #100315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100315

Black with #100315

Text Example


Text Example

White with #100315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100315; }

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

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

background-color css

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

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

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

border-color css

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

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

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