Html Css Color HEX #251131 Blackcurrant

📋 copy color: '#251131'

red 37 ◦ green 17 ◦ blue 49

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

Shades of Blackcurrant #251131

Tints of Blackcurrant #251131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.5%

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

R = 35.92%
G = 16.5%
B = 47.57%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#251131 (or 0x251131) is known color: Blackcurrant. HEX triplet: 25, 11 and 31. RGB value is (37,17,49). Sum of RGB (Red+Green+Blue) = 37+17+49=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #251131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251131 is #DAEECE. Grayscale: #1A1A1A. Windows color (decimal): -14347983 or 3215653. OLE color: 3215653.

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

Color convert

RGB 37 17 49 -
CMYK 0.24 0.65 0 0.81
HSL 277.5º 0.48% 0.13% -
HSV(B) 277.5º 0.65% 0.19% -
XYZ 1.52 1.02 3.02 -
YUV 26.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 37 17 49 0.24 0.65 0 0.81 277.5 0.48 0.13
Hex 25 11 31 18 41 0 51 116 30 D
Octal 45 21 61 30 101 0 121 426 60 15
Binary 100101 10001 110001 11000 1000001 0 1010001 100010110 110000 1101

Color Harmonies of #251131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251131

Black with #251131

Text Example


Text Example

White with #251131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251131; }

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

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

background-color css

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

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

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

border-color css

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

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

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