#251935

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

Shades of Blackcurrant #251935

Tints of Blackcurrant #251935

Color information

#251935 (or 0x251935) is unknown color: approx Blackcurrant. HEX triplet: 25, 19 and 35. RGB value is (37,25,53). Sum of RGB (Red+Green+Blue) = 37+25+53=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 53 - color contains mainly: blue. Hex color #251935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251935 is #DAE6CA. Grayscale: #1F1F1F. Windows color (decimal): -14345931 or 3479845. OLE color: 3479845.

HSL color Cylindrical-coordinate representation of color #251935: hue angle of 265.71º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #251935 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB372553-
CMYK0.300.5300.79
HSL265.71º35.9%15.29%-
HSV(B)265.71º52.83%20.78%-
XYZ1.751.353.54-
YUV31.78139.98131.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 53 (21.09% from 255) = 46.09%
R=32.17%
G=21.74%
B=46.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3725530.300.5300.79265.7135.915.29
Hex2519351E3504F10a24f
Octal453165366501174124417
Binary1001011100111010111110110101010011111000010101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251935; }

 p { color: rgb(37,25,53); }

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

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

 a { background-color: rgb(37,25,53); }

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

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

 span { border-color: rgb(37,25,53); }

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