#25153C

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

Shades of Blackcurrant #25153C

Tints of Blackcurrant #25153C

Color information

#25153C (or 0x25153C) is unknown color: approx Blackcurrant. HEX triplet: 25, 15 and 3C. RGB value is (37,21,60). Sum of RGB (Red+Green+Blue) = 37+21+60=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #25153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25153C is #DAEAC3. Grayscale: #1E1E1E. Windows color (decimal): -14346948 or 3937573. OLE color: 3937573.

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

Color convert

RGB372160-
CMYK0.380.6500.76
HSL264.62º48.15%15.88%-
HSV(B)264.62º65%23.53%-
XYZ1.851.264.42-
YUV30.23144.8132.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.36%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 60 (23.83% from 255) = 50.85%
R=31.36%
G=17.80%
B=50.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3721600.380.6500.76264.6248.1515.88
Hex25153C264104C1093010
Octal4525744610101144116020
Binary1001011010111110010011010000010100110010000100111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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