#281A33

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

Shades of Blackcurrant #281A33

Tints of Blackcurrant #281A33

Color information

#281A33 (or 0x281A33) is unknown color: approx Blackcurrant. HEX triplet: 28, 1A and 33. RGB value is (40,26,51). Sum of RGB (Red+Green+Blue) = 40+26+51=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #281A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281A33 is #D7E5CC. Grayscale: #202020. Windows color (decimal): -14149069 or 3349032. OLE color: 3349032.

HSL color Cylindrical-coordinate representation of color #281A33: hue angle of 273.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #281A33 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB402651-
CMYK0.220.4900.8
HSL273.6º32.47%15.1%-
HSV(B)273.6º49.02%20%-
XYZ1.841.433.31-
YUV33.04138.14132.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.19%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 51 (20.31% from 255) = 43.59%
R=34.19%
G=22.22%
B=43.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4026510.220.4900.8273.632.4715.1
Hex281A33163105011220f
Octal503263266101204224017
Binary1010001101011001110110110001010100001000100101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281A33; }

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

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

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

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

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

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

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

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