#25083E

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

Shades of Blackcurrant #25083E

Tints of Blackcurrant #25083E

Color information

#25083E (or 0x25083E) is unknown color: approx Blackcurrant. HEX triplet: 25, 08 and 3E. RGB value is (37,8,62). Sum of RGB (Red+Green+Blue) = 37+8+62=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 62 (24.61% from 255 or 57.94% from 107); Max value from RGB is 62 - color contains mainly: blue. Hex color #25083E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25083E is #DAF7C1. Grayscale: #161616. Windows color (decimal): -14350274 or 4065317. OLE color: 4065317.

HSL color Cylindrical-coordinate representation of color #25083E: hue angle of 272.22º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25083E is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB37862-
CMYK0.400.8700.76
HSL272.22º77.14%13.73%-
HSV(B)272.22º87.1%24.31%-
XYZ1.720.914.64-
YUV22.83150.11138.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 62 (24.61% from 255) = 57.94%
R=34.58%
G=7.48%
B=57.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal378620.400.8700.76272.2277.1413.73
Hex2583E285704C1104de
Octal45107650127011442011516
Binary100101100011111010100010101110100110010001000010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,8,62); }

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

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

 a { background-color: rgb(37,8,62); }

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

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

 span { border-color: rgb(37,8,62); }

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