#25073F

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

Shades of Blackcurrant #25073F

Tints of Blackcurrant #25073F

Color information

#25073F (or 0x25073F) is unknown color: approx Blackcurrant. HEX triplet: 25, 07 and 3F. RGB value is (37,7,63). Sum of RGB (Red+Green+Blue) = 37+7+63=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #25073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25073F is #DAF8C0. Grayscale: #161616. Windows color (decimal): -14350529 or 4130597. OLE color: 4130597.

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

Color convert

RGB37763-
CMYK0.410.8900.75
HSL272.14º80%13.73%-
HSV(B)272.14º88.89%24.71%-
XYZ1.740.94.79-
YUV22.35150.94138.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 7 (3.12% from 255) = 6.54%
BLUE value IS 63 (25% from 255) = 58.88%
R=34.58%
G=6.54%
B=58.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal377630.410.8900.75272.148013.73
Hex2573F295904B11050e
Octal4577751131011342012016
Binary10010111111111110100110110010100101110001000010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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