#280233

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

Shades of Blackcurrant #280233

Tints of Blackcurrant #280233

Color information

#280233 (or 0x280233) is unknown color: approx Blackcurrant. HEX triplet: 28, 02 and 33. RGB value is (40,2,51). Sum of RGB (Red+Green+Blue) = 40+2+51=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 51 (20.31% from 255 or 54.84% from 93); Max value from RGB is 51 - color contains mainly: blue. Hex color #280233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280233 is #D7FDCC. Grayscale: #121212. Windows color (decimal): -14155213 or 3342888. OLE color: 3342888.

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

Color convert

RGB40251-
CMYK0.220.9600.8
HSL286.53º92.45%10.39%-
HSV(B)286.53º96.08%20%-
XYZ1.490.733.19-
YUV18.95146.09143.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.01%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 51 (20.31% from 255) = 54.84%
R=43.01%
G=2.15%
B=54.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal402510.220.9600.8286.5392.4510.39
Hex28233166005011f5ca
Octal5026326140012043713412
Binary101000101100111011011000000101000010001111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280233; }

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

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

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

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

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

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

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

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