#25034D

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

Shades of Blackcurrant #25034D

Tints of Blackcurrant #25034D

Color information

#25034D (or 0x25034D) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 4D. RGB value is (37,3,77). Sum of RGB (Red+Green+Blue) = 37+3+77=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #25034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25034D is #DAFCB2. Grayscale: #151515. Windows color (decimal): -14351539 or 5047077. OLE color: 5047077.

HSL color Cylindrical-coordinate representation of color #25034D: hue angle of 267.57º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25034D is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB37377-
CMYK0.520.9600.70
HSL267.57º92.5%15.69%-
HSV(B)267.57º96.1%30.2%-
XYZ2.140.997.1-
YUV21.6159.26138.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 77 (30.47% from 255) = 65.81%
R=31.62%
G=2.56%
B=65.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal373770.520.9600.70267.5792.515.69
Hex2534D346004610c5c10
Octal45311564140010641413420
Binary100101111001101110100110000001000110100001100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,3,77); }

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

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

 a { background-color: rgb(37,3,77); }

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

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

 span { border-color: rgb(37,3,77); }

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