#25202A

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

Shades of Blackcurrant #25202A

Tints of Blackcurrant #25202A

Color information

#25202A (or 0x25202A) is unknown color: approx Blackcurrant. HEX triplet: 25, 20 and 2A. RGB value is (37,32,42). Sum of RGB (Red+Green+Blue) = 37+32+42=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 42 - color contains mainly: blue. Hex color #25202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25202A is #DADFD5. Grayscale: #222222. Windows color (decimal): -14344150 or 2760741. OLE color: 2760741.

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

Color convert

RGB373242-
CMYK0.120.2400.84
HSL270º13.51%14.51%-
HSV(B)270º23.81%16.47%-
XYZ1.71.592.41-
YUV34.64132.16129.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=33.33%
G=28.83%
B=37.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3732420.120.2400.8427013.5114.51
Hex25202AC1805410eef
Octal454052143001244161617
Binary1001011000001010101100110000101010010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25202A; }

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

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

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

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

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

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

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

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