Html Css Color HEX #281431 Blackcurrant

📋 copy color: '#281431'

red 40 ◦ green 20 ◦ blue 49

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

Shades of Blackcurrant #281431

Tints of Blackcurrant #281431

RGB

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

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

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

R = 36.7%
G = 18.35%
B = 44.95%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#281431 (or 0x281431) is known color: Blackcurrant. HEX triplet: 28, 14 and 31. RGB value is (40,20,49). Sum of RGB (Red+Green+Blue) = 40+20+49=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #281431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281431 is #D7EBCE. Grayscale: #1D1D1D. Windows color (decimal): -14150607 or 3216424. OLE color: 3216424.

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

Color convert

RGB 40 20 49 -
CMYK 0.18 0.59 0 0.81
HSL 281.38º 0.42% 0.14% -
HSV(B) 281.38º 0.59% 0.19% -
XYZ 1.68 1.17 3.04 -
YUV 29.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 40 20 49 0.18 0.59 0 0.81 281.38 0.42 0.14
Hex 28 14 31 12 3B 0 51 119 2A E
Octal 50 24 61 22 73 0 121 431 52 16
Binary 101000 10100 110001 10010 111011 0 1010001 100011001 101010 1110

Color Harmonies of #281431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281431

Black with #281431

Text Example


Text Example

White with #281431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281431; }

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

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

background-color css

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

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

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

border-color css

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

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

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