#251032

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

Shades of Blackcurrant #251032

Tints of Blackcurrant #251032

Color information

#251032 (or 0x251032) is unknown color: approx Blackcurrant. HEX triplet: 25, 10 and 32. RGB value is (37,16,50). Sum of RGB (Red+Green+Blue) = 37+16+50=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #251032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251032 is #DAEFCD. Grayscale: #1A1A1A. Windows color (decimal): -14348238 or 3280933. OLE color: 3280933.

HSL color Cylindrical-coordinate representation of color #251032: hue angle of 277.06º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #251032 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB371650-
CMYK0.260.6800.80
HSL277.06º51.52%12.94%-
HSV(B)277.06º68%19.61%-
XYZ1.520.993.13-
YUV26.15141.46135.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 50 (19.92% from 255) = 48.54%
R=35.92%
G=15.53%
B=48.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3716500.260.6800.80277.0651.5212.94
Hex2510321A4405011534d
Octal4520623210401204256415
Binary10010110000110010110101000100010100001000101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251032; }

 p { color: rgb(37,16,50); }

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

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

 a { background-color: rgb(37,16,50); }

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

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

 span { border-color: rgb(37,16,50); }

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