#280236

Color #280236 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #280236

Tints of Blackcurrant #280236

Color information

#280236 (or 0x280236) is unknown color: approx Blackcurrant. HEX triplet: 28, 02 and 36. RGB value is (40,2,54). Sum of RGB (Red+Green+Blue) = 40+2+54=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 54 (21.48% from 255 or 56.25% from 96); Max value from RGB is 54 - color contains mainly: blue. Hex color #280236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280236 is #D7FDC9. Grayscale: #131313. Windows color (decimal): -14155210 or 3539496. OLE color: 3539496.

HSL color Cylindrical-coordinate representation of color #280236: hue angle of 283.85º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280236 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB40254-
CMYK0.260.9600.79
HSL283.85º92.86%10.98%-
HSV(B)283.85º96.3%21.18%-
XYZ1.560.763.55-
YUV19.29147.59142.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.67%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 54 (21.48% from 255) = 56.25%
R=41.67%
G=2.08%
B=56.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal402540.260.9600.79283.8592.8610.98
Hex282361A6004F11c5db
Octal5026632140011743413513
Binary101000101101101101011000000100111110001110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280236; }

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

 H1.HeaderClassName
 {
   color: #280236;
 }
 .AnyTagClassName
 {
   color: #280236;
 }
</style>
background-color css

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

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

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

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

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

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