#25053D

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

Shades of Blackcurrant #25053D

Tints of Blackcurrant #25053D

Color information

#25053D (or 0x25053D) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 3D. RGB value is (37,5,61). Sum of RGB (Red+Green+Blue) = 37+5+61=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 61 (24.22% from 255 or 59.22% from 103); Max value from RGB is 61 - color contains mainly: blue. Hex color #25053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25053D is #DAFAC2. Grayscale: #141414. Windows color (decimal): -14351043 or 3999013. OLE color: 3999013.

HSL color Cylindrical-coordinate representation of color #25053D: hue angle of 274.29º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25053D is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB37561-
CMYK0.390.9200.76
HSL274.29º84.85%12.94%-
HSV(B)274.29º91.8%23.92%-
XYZ1.660.844.49-
YUV20.95150.6139.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 61 (24.22% from 255) = 59.22%
R=35.92%
G=4.85%
B=59.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal375610.390.9200.76274.2984.8512.94
Hex2553D275C04C11255d
Octal4557547134011442212515
Binary10010110111110110011110111000100110010001001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25053D; }

 p { color: rgb(37,5,61); }

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

<style>
 a { background-color: #25053D; }

 a { background-color: rgb(37,5,61); }

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

<style>
 span { border-color: #25053D; }

 span { border-color: rgb(37,5,61); }

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