#251530

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

Shades of Blackcurrant #251530

Tints of Blackcurrant #251530

Color information

#251530 (or 0x251530) is unknown color: approx Blackcurrant. HEX triplet: 25, 15 and 30. RGB value is (37,21,48). Sum of RGB (Red+Green+Blue) = 37+21+48=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #251530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251530 is #DAEACF. Grayscale: #1C1C1C. Windows color (decimal): -14346960 or 3151141. OLE color: 3151141.

HSL color Cylindrical-coordinate representation of color #251530: hue angle of 275.56º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #251530 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB372148-
CMYK0.230.5600.81
HSL275.56º39.13%13.53%-
HSV(B)275.56º56.25%18.82%-
XYZ1.561.142.93-
YUV28.86138.8133.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 48 (19.14% from 255) = 45.28%
R=34.91%
G=19.81%
B=45.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3721480.230.5600.81275.5639.1313.53
Hex251530173805111427e
Octal452560277001214244716
Binary1001011010111000010111111000010100011000101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251530; }

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

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

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

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

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

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

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

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