Html Css Color HEX #280231 Blackcurrant

📋 copy color: '#280231'

red 40 ◦ green 2 ◦ blue 49

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

Shades of Blackcurrant #280231

Tints of Blackcurrant #280231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.2%

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

R = 43.96%
G = 2.2%
B = 53.85%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#280231 (or 0x280231) is known color: Blackcurrant. HEX triplet: 28, 02 and 31. RGB value is (40,2,49). Sum of RGB (Red+Green+Blue) = 40+2+49=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #280231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280231 is #D7FDCE. Grayscale: #121212. Windows color (decimal): -14155215 or 3211816. OLE color: 3211816.

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

Color convert

RGB 40 2 49 -
CMYK 0.18 0.96 0 0.81
HSL 288.51º 0.92% 0.1% -
HSV(B) 288.51º 0.96% 0.19% -
XYZ 1.45 0.72 2.97 -
YUV 18.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 40 2 49 0.18 0.96 0 0.81 288.51 0.92 0.1
Hex 28 2 31 12 60 0 51 121 5C A
Octal 50 2 61 22 140 0 121 441 134 12
Binary 101000 10 110001 10010 1100000 0 1010001 100100001 1011100 1010

Color Harmonies of #280231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280231

Black with #280231

Text Example


Text Example

White with #280231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280231; }

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

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

background-color css

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

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

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

border-color css

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

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

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