Html Css Color HEX #281131 Blackcurrant

📋 copy color: '#281131'

red 40 ◦ green 17 ◦ blue 49

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

Shades of Blackcurrant #281131

Tints of Blackcurrant #281131

RGB

 RED value IS 40 (16.02% from 255) = 37.74%

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

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

R = 37.74%
G = 16.04%
B = 46.23%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#281131 (or 0x281131) is known color: Blackcurrant. HEX triplet: 28, 11 and 31. RGB value is (40,17,49). Sum of RGB (Red+Green+Blue) = 40+17+49=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 17 (7.03% from 255 or 16.04% 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 #281131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281131 is #D7EECE. Grayscale: #1B1B1B. Windows color (decimal): -14151375 or 3215656. OLE color: 3215656.

HSL color Cylindrical-coordinate representation of color #281131: hue angle of 283.12º 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 #281131 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 17 49 -
CMYK 0.18 0.65 0 0.81
HSL 283.13º 0.48% 0.13% -
HSV(B) 283.13º 0.65% 0.19% -
XYZ 1.63 1.07 3.03 -
YUV 27.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 40 17 49 0.18 0.65 0 0.81 283.13 0.48 0.13
Hex 28 11 31 12 41 0 51 11B 30 D
Octal 50 21 61 22 101 0 121 433 60 15
Binary 101000 10001 110001 10010 1000001 0 1010001 100011011 110000 1101

Color Harmonies of #281131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281131

Black with #281131

Text Example


Text Example

White with #281131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281131; }

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

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

background-color css

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

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

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

border-color css

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

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

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