Html Css Color HEX #280931 Blackcurrant

📋 copy color: '#280931'

red 40 ◦ green 9 ◦ blue 49

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

Shades of Blackcurrant #280931

Tints of Blackcurrant #280931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.18%

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

R = 40.82%
G = 9.18%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#280931 (or 0x280931) is known color: Blackcurrant. HEX triplet: 28, 09 and 31. RGB value is (40,9,49). Sum of RGB (Red+Green+Blue) = 40+9+49=98 (12% of max value = 765). Red value is 40 (16.02% from 255 or 40.82% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #280931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280931 is #D7F6CE. Grayscale: #161616. Windows color (decimal): -14153423 or 3213608. OLE color: 3213608.

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

Color convert

RGB 40 9 49 -
CMYK 0.18 0.82 0 0.81
HSL 286.5º 0.69% 0.11% -
HSV(B) 286.5º 0.82% 0.19% -
XYZ 1.53 0.87 2.99 -
YUV 22.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 40 9 49 0.18 0.82 0 0.81 286.5 0.69 0.11
Hex 28 9 31 12 52 0 51 11E 45 B
Octal 50 11 61 22 122 0 121 436 105 13
Binary 101000 1001 110001 10010 1010010 0 1010001 100011110 1000101 1011

Color Harmonies of #280931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280931

Black with #280931

Text Example


Text Example

White with #280931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280931; }

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

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

background-color css

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

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

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

border-color css

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

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

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