#25143C

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

Shades of Blackcurrant #25143C

Tints of Blackcurrant #25143C

Color information

#25143C (or 0x25143C) is unknown color: approx Blackcurrant. HEX triplet: 25, 14 and 3C. RGB value is (37,20,60). Sum of RGB (Red+Green+Blue) = 37+20+60=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #25143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25143C is #DAEBC3. Grayscale: #1D1D1D. Windows color (decimal): -14347204 or 3937317. OLE color: 3937317.

HSL color Cylindrical-coordinate representation of color #25143C: hue angle of 265.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25143C is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB372060-
CMYK0.380.6700.76
HSL265.5º50%15.69%-
HSV(B)265.5º66.67%23.53%-
XYZ1.831.224.41-
YUV29.64145.13133.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 60 (23.83% from 255) = 51.28%
R=31.62%
G=17.09%
B=51.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3720600.380.6700.76265.55015.69
Hex25143C264304C10a3210
Octal4524744610301144126220
Binary1001011010011110010011010000110100110010000101011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25143C; }

 p { color: rgb(37,20,60); }

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

<style>
 a { background-color: #25143C; }

 a { background-color: rgb(37,20,60); }

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

<style>
 span { border-color: #25143C; }

 span { border-color: rgb(37,20,60); }

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