#252027

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

Shades of Blackcurrant #252027

Tints of Blackcurrant #252027

Color information

#252027 (or 0x252027) is unknown color: approx Blackcurrant. HEX triplet: 25, 20 and 27. RGB value is (37,32,39). Sum of RGB (Red+Green+Blue) = 37+32+39=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 39 - color contains mainly: blue. Hex color #252027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252027 is #DADFD8. Grayscale: #222222. Windows color (decimal): -14344153 or 2564133. OLE color: 2564133.

HSL color Cylindrical-coordinate representation of color #252027: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #252027 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB373239-
CMYK0.050.1800.85
HSL282.86º9.86%13.92%-
HSV(B)282.86º17.95%15.29%-
XYZ1.651.572.14-
YUV34.29130.66129.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 39 (15.62% from 255) = 36.11%
R=34.26%
G=29.63%
B=36.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3732390.050.1800.85282.869.8613.92
Hex25202751205511bae
Octal45404752201254331216
Binary100101100000100111101100100101010110001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252027; }

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

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

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

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

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

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

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

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