#252029

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

Shades of Blackcurrant #252029

Tints of Blackcurrant #252029

Color information

#252029 (or 0x252029) is unknown color: approx Blackcurrant. HEX triplet: 25, 20 and 29. RGB value is (37,32,41). Sum of RGB (Red+Green+Blue) = 37+32+41=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 41 - color contains mainly: blue. Hex color #252029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252029 is #DADFD6. Grayscale: #222222. Windows color (decimal): -14344151 or 2695205. OLE color: 2695205.

HSL color Cylindrical-coordinate representation of color #252029: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #252029 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB373241-
CMYK0.100.2200.84
HSL273.33º12.33%14.31%-
HSV(B)273.33º21.95%16.08%-
XYZ1.681.592.32-
YUV34.52131.66129.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 41 (16.41% from 255) = 37.27%
R=33.64%
G=29.09%
B=37.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3732410.100.2200.84273.3312.3314.31
Hex252029A16054111ce
Octal454051122601244211416
Binary1001011000001010011010101100101010010001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252029; }

 p { color: rgb(37,32,41); }

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

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

 a { background-color: rgb(37,32,41); }

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

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

 span { border-color: rgb(37,32,41); }

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