#25052E

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

Shades of Blackcurrant #25052E

Tints of Blackcurrant #25052E

Color information

#25052E (or 0x25052E) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 2E. RGB value is (37,5,46). Sum of RGB (Red+Green+Blue) = 37+5+46=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 46 (18.36% from 255 or 52.27% from 88); Max value from RGB is 46 - color contains mainly: blue. Hex color #25052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25052E is #DAFAD1. Grayscale: #131313. Windows color (decimal): -14351058 or 3015973. OLE color: 3015973.

HSL color Cylindrical-coordinate representation of color #25052E: hue angle of 286.83º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25052E is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB37546-
CMYK0.200.8900.82
HSL286.83º80.39%10%-
HSV(B)286.83º89.13%18.04%-
XYZ1.310.72.65-
YUV19.24143.1140.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 46 (18.36% from 255) = 52.27%
R=42.05%
G=5.68%
B=52.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal375460.200.8900.82286.8380.3910
Hex2552E145905211f50a
Octal4555624131012243712012
Binary1001011011011101010010110010101001010001111110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25052E; }

 p { color: rgb(37,5,46); }

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

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

 a { background-color: rgb(37,5,46); }

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

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

 span { border-color: rgb(37,5,46); }

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