Html Css Color HEX #100428 Blackcurrant

📋 copy color: '#100428'

red 16 ◦ green 4 ◦ blue 40

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

Shades of Blackcurrant #100428

Tints of Blackcurrant #100428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 66.67%

R = 26.67%
G = 6.67%
B = 66.67%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#100428 (or 0x100428) is known color: Blackcurrant. HEX triplet: 10, 04 and 28. RGB value is (16,4,40). Sum of RGB (Red+Green+Blue) = 16+4+40=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 40 (16.02% from 255 or 66.67% from 60); Max value from RGB is 40 - color contains mainly: blue. Hex color #100428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100428 is #EFFBD7. Grayscale: #0B0B0B. Windows color (decimal): -15727576 or 2622480. OLE color: 2622480.

HSL color Cylindrical-coordinate representation of color #100428: hue angle of 260º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #100428 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 4 40 -
CMYK 0.60 0.90 0 0.84
HSL 260º 0.82% 0.09% -
HSV(B) 260º 0.9% 0.16% -
XYZ 0.64 0.35 2.04 -
YUV 11.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 16 4 40 0.60 0.90 0 0.84 260 0.82 0.09
Hex 10 4 28 3C 5A 0 54 104 52 9
Octal 20 4 50 74 132 0 124 404 122 11
Binary 10000 100 101000 111100 1011010 0 1010100 100000100 1010010 1001

Color Harmonies of #100428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100428

Black with #100428

Text Example


Text Example

White with #100428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100428; }

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

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

background-color css

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

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

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

border-color css

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

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

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