Html Css Color HEX #100529 Blackcurrant

📋 copy color: '#100529'

red 16 ◦ green 5 ◦ blue 41

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

Shades of Blackcurrant #100529

Tints of Blackcurrant #100529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.06%

 BLUE value IS 41 (16.41% from 255) = 66.13%

R = 25.81%
G = 8.06%
B = 66.13%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#100529 (or 0x100529) is known color: Blackcurrant. HEX triplet: 10, 05 and 29. RGB value is (16,5,41). Sum of RGB (Red+Green+Blue) = 16+5+41=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #100529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100529 is #EFFAD6. Grayscale: #0C0C0C. Windows color (decimal): -15727319 or 2688272. OLE color: 2688272.

HSL color Cylindrical-coordinate representation of color #100529: hue angle of 258.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100529 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 5 41 -
CMYK 0.61 0.88 0 0.84
HSL 258.33º 0.78% 0.09% -
HSV(B) 258.33º 0.88% 0.16% -
XYZ 0.67 0.38 2.14 -
YUV 12.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 16 5 41 0.61 0.88 0 0.84 258.33 0.78 0.09
Hex 10 5 29 3D 58 0 54 102 4E 9
Octal 20 5 51 75 130 0 124 402 116 11
Binary 10000 101 101001 111101 1011000 0 1010100 100000010 1001110 1001

Color Harmonies of #100529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100529

Black with #100529

Text Example


Text Example

White with #100529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100529; }

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

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

background-color css

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

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

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

border-color css

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

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

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