Html Css Color HEX #100417 Blackcurrant

📋 copy color: '#100417'

red 16 ◦ green 4 ◦ blue 23

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

Shades of Blackcurrant #100417

Tints of Blackcurrant #100417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.3%

 BLUE value IS 23 (9.38% from 255) = 53.49%

R = 37.21%
G = 9.3%
B = 53.49%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#100417 (or 0x100417) is known color: Blackcurrant. HEX triplet: 10, 04 and 17. RGB value is (16,4,23). Sum of RGB (Red+Green+Blue) = 16+4+23=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #100417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100417 is #EFFBE8. Grayscale: #090909. Windows color (decimal): -15727593 or 1508368. OLE color: 1508368.

HSL color Cylindrical-coordinate representation of color #100417: hue angle of 277.89º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #100417 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 4 23 -
CMYK 0.30 0.83 0 0.91
HSL 277.89º 0.7% 0.05% -
HSV(B) 277.89º 0.83% 0.09% -
XYZ 0.41 0.26 0.84 -
YUV 9.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 16 4 23 0.30 0.83 0 0.91 277.89 0.7 0.05
Hex 10 4 17 1E 53 0 5B 116 46 5
Octal 20 4 27 36 123 0 133 426 106 5
Binary 10000 100 10111 11110 1010011 0 1011011 100010110 1000110 101

Color Harmonies of #100417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100417

Black with #100417

Text Example


Text Example

White with #100417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100417; }

 p { color: rgb(16,4,23); }

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

background-color css

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

 a { background-color: rgb(16,4,23); }

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

border-color css

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

 span { border-color: rgb(16,4,23); }

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