#281B33

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

Shades of Blackcurrant #281B33

Tints of Blackcurrant #281B33

Color information

#281B33 (or 0x281B33) is unknown color: approx Blackcurrant. HEX triplet: 28, 1B and 33. RGB value is (40,27,51). Sum of RGB (Red+Green+Blue) = 40+27+51=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #281B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B33 is #D7E4CC. Grayscale: #212121. Windows color (decimal): -14148813 or 3349288. OLE color: 3349288.

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

Color convert

RGB402751-
CMYK0.220.4700.8
HSL272.5º30.77%15.29%-
HSV(B)272.5º47.06%20%-
XYZ1.861.473.32-
YUV33.62137.81132.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.90%
GREEN value IS 27 (10.94% from 255) = 22.88%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=33.90%
G=22.88%
B=43.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4027510.220.4700.8272.530.7715.29
Hex281B33162F0501101ff
Octal503363265701204203717
Binary101000110111100111011010111101010000100010000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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