Html Css Color HEX #100424 Blackcurrant

📋 copy color: '#100424'

red 16 ◦ green 4 ◦ blue 36

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

Shades of Blackcurrant #100424

Tints of Blackcurrant #100424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 64.29%

R = 28.57%
G = 7.14%
B = 64.29%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#100424 (or 0x100424) is known color: Blackcurrant. HEX triplet: 10, 04 and 24. RGB value is (16,4,36). Sum of RGB (Red+Green+Blue) = 16+4+36=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #100424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100424 is #EFFBDB. Grayscale: #0B0B0B. Windows color (decimal): -15727580 or 2360336. OLE color: 2360336.

HSL color Cylindrical-coordinate representation of color #100424: hue angle of 262.5º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100424 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 16 4 36 -
CMYK 0.56 0.89 0 0.86
HSL 262.5º 0.8% 0.08% -
HSV(B) 262.5º 0.89% 0.14% -
XYZ 0.58 0.32 1.7 -
YUV 11.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 16 4 36 0.56 0.89 0 0.86 262.5 0.8 0.08
Hex 10 4 24 38 59 0 56 106 50 8
Octal 20 4 44 70 131 0 126 406 120 10
Binary 10000 100 100100 111000 1011001 0 1010110 100000110 1010000 1000

Color Harmonies of #100424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100424

Black with #100424

Text Example


Text Example

White with #100424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100424; }

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

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

background-color css

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

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

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

border-color css

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

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

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