#100429

Color #100429 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #100429

Tints of Blackcurrant #100429

Color information

#100429 (or 0x100429) is unknown color: approx Blackcurrant. HEX triplet: 10, 04 and 29. RGB value is (16,4,41). Sum of RGB (Red+Green+Blue) = 16+4+41=61 (8% of max value = 765). Red value is 16 (6.64% from 255 or 26.23% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 41 (16.41% from 255 or 67.21% from 61); Max value from RGB is 41 - color contains mainly: blue. Hex color #100429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100429 is #EFFBD6. Grayscale: #0B0B0B. Windows color (decimal): -15727575 or 2688016. OLE color: 2688016.

HSL color Cylindrical-coordinate representation of color #100429: hue angle of 259.46º 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 #100429 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB16441-
CMYK0.610.9000.84
HSL259.46º82.22%8.82%-
HSV(B)259.46º90.24%16.08%-
XYZ0.660.362.13-
YUV11.81144.48130.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 26.23%
GREEN value IS 4 (1.95% from 255) = 6.56%
BLUE value IS 41 (16.41% from 255) = 67.21%
R=26.23%
G=6.56%
B=67.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal164410.610.9000.84259.4682.228.82
Hex104293D5A054103529
Octal2045175132012440312211
Binary1000010010100111110110110100101010010000001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100429; }

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

 H1.HeaderClassName
 {
   color: #100429;
 }
 .AnyTagClassName
 {
   color: #100429;
 }
</style>
background-color css

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

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

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

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

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

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