Html Css Color HEX #281831 Blackcurrant

📋 copy color: '#281831'

red 40 ◦ green 24 ◦ blue 49

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

Shades of Blackcurrant #281831

Tints of Blackcurrant #281831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

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

R = 35.4%
G = 21.24%
B = 43.36%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#281831 (or 0x281831) is known color: Blackcurrant. HEX triplet: 28, 18 and 31. RGB value is (40,24,49). Sum of RGB (Red+Green+Blue) = 40+24+49=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #281831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281831 is #D7E7CE. Grayscale: #1F1F1F. Windows color (decimal): -14149583 or 3217448. OLE color: 3217448.

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

Color convert

RGB 40 24 49 -
CMYK 0.18 0.51 0 0.81
HSL 278.4º 0.34% 0.14% -
HSV(B) 278.4º 0.51% 0.19% -
XYZ 1.76 1.33 3.07 -
YUV 31.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 40 24 49 0.18 0.51 0 0.81 278.4 0.34 0.14
Hex 28 18 31 12 33 0 51 116 22 E
Octal 50 30 61 22 63 0 121 426 42 16
Binary 101000 11000 110001 10010 110011 0 1010001 100010110 100010 1110

Color Harmonies of #281831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281831

Black with #281831

Text Example


Text Example

White with #281831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281831; }

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

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

background-color css

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

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

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

border-color css

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

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

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