#25093F

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

Shades of Blackcurrant #25093F

Tints of Blackcurrant #25093F

Color information

#25093F (or 0x25093F) is unknown color: approx Blackcurrant. HEX triplet: 25, 09 and 3F. RGB value is (37,9,63). Sum of RGB (Red+Green+Blue) = 37+9+63=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #25093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25093F is #DAF6C0. Grayscale: #171717. Windows color (decimal): -14350017 or 4131109. OLE color: 4131109.

HSL color Cylindrical-coordinate representation of color #25093F: hue angle of 271.11º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25093F is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB37963-
CMYK0.410.8600.75
HSL271.11º75%14.12%-
HSV(B)271.11º85.71%24.71%-
XYZ1.760.954.79-
YUV23.53150.28137.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 63 (25% from 255) = 57.80%
R=33.94%
G=8.26%
B=57.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal379630.410.8600.75271.117514.12
Hex2593F295604B10f4be
Octal45117751126011341711316
Binary100101100111111110100110101100100101110000111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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