Html Css Color HEX #280831 Blackcurrant

📋 copy color: '#280831'

red 40 ◦ green 8 ◦ blue 49

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

Shades of Blackcurrant #280831

Tints of Blackcurrant #280831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.25%

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

R = 41.24%
G = 8.25%
B = 50.52%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#280831 (or 0x280831) is known color: Blackcurrant. HEX triplet: 28, 08 and 31. RGB value is (40,8,49). Sum of RGB (Red+Green+Blue) = 40+8+49=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #280831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280831 is #D7F7CE. Grayscale: #161616. Windows color (decimal): -14153679 or 3213352. OLE color: 3213352.

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

Color convert

RGB 40 8 49 -
CMYK 0.18 0.84 0 0.81
HSL 286.83º 0.72% 0.11% -
HSV(B) 286.83º 0.84% 0.19% -
XYZ 1.52 0.85 2.99 -
YUV 22.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 40 8 49 0.18 0.84 0 0.81 286.83 0.72 0.11
Hex 28 8 31 12 54 0 51 11F 48 B
Octal 50 10 61 22 124 0 121 437 110 13
Binary 101000 1000 110001 10010 1010100 0 1010001 100011111 1001000 1011

Color Harmonies of #280831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280831

Black with #280831

Text Example


Text Example

White with #280831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280831; }

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

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

background-color css

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

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

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

border-color css

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

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

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