#281033

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

Shades of Blackcurrant #281033

Tints of Blackcurrant #281033

Color information

#281033 (or 0x281033) is unknown color: approx Blackcurrant. HEX triplet: 28, 10 and 33. RGB value is (40,16,51). Sum of RGB (Red+Green+Blue) = 40+16+51=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 51 (20.31% from 255 or 47.66% from 107); Max value from RGB is 51 - color contains mainly: blue. Hex color #281033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281033 is #D7EFCC. Grayscale: #1B1B1B. Windows color (decimal): -14151629 or 3346472. OLE color: 3346472.

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

Color convert

RGB401651-
CMYK0.220.6900.8
HSL281.14º52.24%13.14%-
HSV(B)281.14º68.63%20%-
XYZ1.661.063.25-
YUV27.17141.45137.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.38%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 51 (20.31% from 255) = 47.66%
R=37.38%
G=14.95%
B=47.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4016510.220.6900.8281.1452.2413.14
Hex281033164505011934d
Octal5020632610501204316415
Binary10100010000110011101101000101010100001000110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281033; }

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

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

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

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

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

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

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

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