Html Css Color HEX #100615 Blackcurrant

📋 copy color: '#100615'

red 16 ◦ green 6 ◦ blue 21

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

Shades of Blackcurrant #100615

Tints of Blackcurrant #100615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.95%

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

R = 37.21%
G = 13.95%
B = 48.84%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#100615 (or 0x100615) is known color: Blackcurrant. HEX triplet: 10, 06 and 15. RGB value is (16,6,21). Sum of RGB (Red+Green+Blue) = 16+6+21=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #100615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100615 is #EFF9EA. Grayscale: #0A0A0A. Windows color (decimal): -15727083 or 1377808. OLE color: 1377808.

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

Color convert

RGB 16 6 21 -
CMYK 0.24 0.71 0 0.92
HSL 280º 0.56% 0.05% -
HSV(B) 280º 0.71% 0.08% -
XYZ 0.41 0.29 0.74 -
YUV 10.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 16 6 21 0.24 0.71 0 0.92 280 0.56 0.05
Hex 10 6 15 18 47 0 5C 118 38 5
Octal 20 6 25 30 107 0 134 430 70 5
Binary 10000 110 10101 11000 1000111 0 1011100 100011000 111000 101

Color Harmonies of #100615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100615

Black with #100615

Text Example


Text Example

White with #100615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100615; }

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

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

background-color css

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

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

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

border-color css

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

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

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