Html Css Color HEX #100429 Blackcurrant

📋 copy color: '#100429'

red 16 ◦ green 4 ◦ blue 41

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

Shades of Blackcurrant #100429

Tints of Blackcurrant #100429

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 value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#100429 (or 0x100429) is known color: 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

RGB 16 4 41 -
CMYK 0.61 0.90 0 0.84
HSL 259.46º 0.82% 0.09% -
HSV(B) 259.46º 0.9% 0.16% -
XYZ 0.66 0.36 2.13 -
YUV 11.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 16 4 41 0.61 0.90 0 0.84 259.46 0.82 0.09
Hex 10 4 29 3D 5A 0 54 103 52 9
Octal 20 4 51 75 132 0 124 403 122 11
Binary 10000 100 101001 111101 1011010 0 1010100 100000011 1010010 1001

Color Harmonies of #100429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100429

Black with #100429

Text Example


Text Example

White with #100429

Text Example


Text Example

HTML Codes & Css Web 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>