Html Css Color HEX #251429 Blackcurrant

📋 copy color: '#251429'

red 37 ◦ green 20 ◦ blue 41

#251429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #251429

Tints of Blackcurrant #251429

RGB

 RED value IS 37 (14.84% from 255) = 37.76%

 GREEN value IS 20 (8.2% 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 value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#251429 (or 0x251429) is known color: 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

RGB 37 20 41 -
CMYK 0.10 0.51 0 0.84
HSL 288.57º 0.34% 0.12% -
HSV(B) 288.57º 0.51% 0.16% -
XYZ 1.41 1.05 2.23 -
YUV 27.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 37 20 41 0.10 0.51 0 0.84 288.57 0.34 0.12
Hex 25 14 29 A 33 0 54 121 22 C
Octal 45 24 51 12 63 0 124 441 42 14
Binary 100101 10100 101001 1010 110011 0 1010100 100100001 100010 1100

Color Harmonies of #251429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251429

Black with #251429

Text Example


Text Example

White with #251429

Text Example


Text Example

HTML Codes & Css Web 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>