Html Css Color HEX #280631 Blackcurrant

📋 copy color: '#280631'

red 40 ◦ green 6 ◦ blue 49

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

Shades of Blackcurrant #280631

Tints of Blackcurrant #280631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.32%

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

R = 42.11%
G = 6.32%
B = 51.58%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#280631 (or 0x280631) is known color: Blackcurrant. HEX triplet: 28, 06 and 31. RGB value is (40,6,49). Sum of RGB (Red+Green+Blue) = 40+6+49=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #280631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280631 is #D7F9CE. Grayscale: #141414. Windows color (decimal): -14154191 or 3212840. OLE color: 3212840.

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

Color convert

RGB 40 6 49 -
CMYK 0.18 0.88 0 0.81
HSL 287.44º 0.78% 0.11% -
HSV(B) 287.44º 0.88% 0.19% -
XYZ 1.49 0.8 2.98 -
YUV 21.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 40 6 49 0.18 0.88 0 0.81 287.44 0.78 0.11
Hex 28 6 31 12 58 0 51 11F 4E B
Octal 50 6 61 22 130 0 121 437 116 13
Binary 101000 110 110001 10010 1011000 0 1010001 100011111 1001110 1011

Color Harmonies of #280631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280631

Black with #280631

Text Example


Text Example

White with #280631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280631; }

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

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

background-color css

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

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

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

border-color css

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

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

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