#281233

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

Shades of Blackcurrant #281233

Tints of Blackcurrant #281233

Color information

#281233 (or 0x281233) is unknown color: approx Blackcurrant. HEX triplet: 28, 12 and 33. RGB value is (40,18,51). Sum of RGB (Red+Green+Blue) = 40+18+51=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 51 - color contains mainly: blue. Hex color #281233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281233 is #D7EDCC. Grayscale: #1C1C1C. Windows color (decimal): -14151117 or 3346984. OLE color: 3346984.

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

Color convert

RGB401851-
CMYK0.220.6500.8
HSL280º47.83%13.53%-
HSV(B)280º64.71%20%-
XYZ1.691.123.26-
YUV28.34140.79136.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.70%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 51 (20.31% from 255) = 46.79%
R=36.70%
G=16.51%
B=46.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4018510.220.6500.828047.8313.53
Hex281233164105011830e
Octal5022632610101204306016
Binary10100010010110011101101000001010100001000110001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281233; }

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

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

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

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

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

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

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

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