#25093A

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

Shades of Blackcurrant #25093A

Tints of Blackcurrant #25093A

Color information

#25093A (or 0x25093A) is unknown color: approx Blackcurrant. HEX triplet: 25, 09 and 3A. RGB value is (37,9,58). Sum of RGB (Red+Green+Blue) = 37+9+58=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #25093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25093A is #DAF6C5. Grayscale: #161616. Windows color (decimal): -14350022 or 3803429. OLE color: 3803429.

HSL color Cylindrical-coordinate representation of color #25093A: hue angle of 274.29º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25093A is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB37958-
CMYK0.360.8400.77
HSL274.29º73.13%13.14%-
HSV(B)274.29º84.48%22.75%-
XYZ1.620.894.09-
YUV22.96147.78138.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 58 (23.05% from 255) = 55.77%
R=35.58%
G=8.65%
B=55.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal379580.360.8400.77274.2973.1313.14
Hex2593A245404D11249d
Octal45117244124011542211115
Binary100101100111101010010010101000100110110001001010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,9,58); }

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

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

 a { background-color: rgb(37,9,58); }

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

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

 span { border-color: rgb(37,9,58); }

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