#281133

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

Shades of Blackcurrant #281133

Tints of Blackcurrant #281133

Color information

#281133 (or 0x281133) is unknown color: approx Blackcurrant. HEX triplet: 28, 11 and 33. RGB value is (40,17,51). Sum of RGB (Red+Green+Blue) = 40+17+51=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #281133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281133 is #D7EECC. Grayscale: #1B1B1B. Windows color (decimal): -14151373 or 3346728. OLE color: 3346728.

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

Color convert

RGB401751-
CMYK0.220.6700.8
HSL280.59º50%13.33%-
HSV(B)280.59º66.67%20%-
XYZ1.671.093.25-
YUV27.75141.12136.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.04%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 51 (20.31% from 255) = 47.22%
R=37.04%
G=15.74%
B=47.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4017510.220.6700.8280.595013.33
Hex281133164305011932d
Octal5021632610301204316215
Binary10100010001110011101101000011010100001000110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281133; }

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

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

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

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

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

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

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

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