#25093B

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

Shades of Blackcurrant #25093B

Tints of Blackcurrant #25093B

Color information

#25093B (or 0x25093B) is unknown color: approx Blackcurrant. HEX triplet: 25, 09 and 3B. RGB value is (37,9,59). Sum of RGB (Red+Green+Blue) = 37+9+59=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 59 (23.44% from 255 or 56.19% from 105); Max value from RGB is 59 - color contains mainly: blue. Hex color #25093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25093B is #DAF6C4. Grayscale: #161616. Windows color (decimal): -14350021 or 3868965. OLE color: 3868965.

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

Color convert

RGB37959-
CMYK0.370.8500.77
HSL273.6º73.53%13.33%-
HSV(B)273.6º84.75%23.14%-
XYZ1.650.94.23-
YUV23.07148.28137.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 59 (23.44% from 255) = 56.19%
R=35.24%
G=8.57%
B=56.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal379590.370.8500.77273.673.5313.33
Hex2593B255504D1124ad
Octal45117345125011542211215
Binary100101100111101110010110101010100110110001001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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