#251429

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

Shades of Blackcurrant #251429

Tints of Blackcurrant #251429

Color information

#251429 (or 0x251429) is unknown color: approx Blackcurrant. HEX triplet: 25, 14 and 29. RGB value is (37,20,41). Sum of RGB (Red+Green+Blue) = 37+20+41=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 41 - color contains mainly: blue. Hex color #251429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251429 is #DAEBD6. Grayscale: #1B1B1B. Windows color (decimal): -14347223 or 2692133. OLE color: 2692133.

HSL color Cylindrical-coordinate representation of color #251429: hue angle of 288.57º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #251429 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB372041-
CMYK0.100.5100.84
HSL288.57º34.43%11.96%-
HSV(B)288.57º51.22%16.08%-
XYZ1.411.052.23-
YUV27.48135.63134.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 41 (16.41% from 255) = 41.84%
R=37.76%
G=20.41%
B=41.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3720410.100.5100.84288.5734.4311.96
Hex251429A3305412122c
Octal452451126301244414214
Binary100101101001010011010110011010101001001000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251429; }

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

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

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

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

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

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

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

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