Html Css Color HEX #251431 Blackcurrant

📋 copy color: '#251431'

red 37 ◦ green 20 ◦ blue 49

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

Shades of Blackcurrant #251431

Tints of Blackcurrant #251431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.87%

 BLUE value IS 49 (19.53% from 255) = 46.23%

R = 34.91%
G = 18.87%
B = 46.23%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#251431 (or 0x251431) is known color: Blackcurrant. HEX triplet: 25, 14 and 31. RGB value is (37,20,49). Sum of RGB (Red+Green+Blue) = 37+20+49=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #251431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251431 is #DAEBCE. Grayscale: #1C1C1C. Windows color (decimal): -14347215 or 3216421. OLE color: 3216421.

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

Color convert

RGB 37 20 49 -
CMYK 0.24 0.59 0 0.81
HSL 275.17º 0.42% 0.14% -
HSV(B) 275.17º 0.59% 0.19% -
XYZ 1.57 1.12 3.04 -
YUV 28.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 37 20 49 0.24 0.59 0 0.81 275.17 0.42 0.14
Hex 25 14 31 18 3B 0 51 113 2A E
Octal 45 24 61 30 73 0 121 423 52 16
Binary 100101 10100 110001 11000 111011 0 1010001 100010011 101010 1110

Color Harmonies of #251431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251431

Black with #251431

Text Example


Text Example

White with #251431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251431; }

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

 H1.HeaderClassName
 {
   color: #251431;
 }
 .AnyTagClassName
 {
   color: #251431;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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