#25133E

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

Shades of Blackcurrant #25133E

Tints of Blackcurrant #25133E

Color information

#25133E (or 0x25133E) is unknown color: approx Blackcurrant. HEX triplet: 25, 13 and 3E. RGB value is (37,19,62). Sum of RGB (Red+Green+Blue) = 37+19+62=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #25133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25133E is #DAECC1. Grayscale: #1D1D1D. Windows color (decimal): -14347458 or 4068133. OLE color: 4068133.

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

Color convert

RGB371962-
CMYK0.400.6900.76
HSL265.12º53.09%15.88%-
HSV(B)265.12º69.35%24.31%-
XYZ1.871.214.69-
YUV29.28146.46133.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.36%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 62 (24.61% from 255) = 52.54%
R=31.36%
G=16.10%
B=52.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3719620.400.6900.76265.1253.0915.88
Hex25133E284504C1093510
Octal4523765010501144116520
Binary1001011001111111010100010001010100110010000100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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