#281239

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

Shades of Blackcurrant #281239

Tints of Blackcurrant #281239

Color information

#281239 (or 0x281239) is unknown color: approx Blackcurrant. HEX triplet: 28, 12 and 39. RGB value is (40,18,57). Sum of RGB (Red+Green+Blue) = 40+18+57=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #281239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281239 is #D7EDC6. Grayscale: #1C1C1C. Windows color (decimal): -14151111 or 3740200. OLE color: 3740200.

HSL color Cylindrical-coordinate representation of color #281239: hue angle of 273.85º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #281239 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB401857-
CMYK0.300.6800.78
HSL273.85º52%14.71%-
HSV(B)273.85º68.42%22.35%-
XYZ1.831.184-
YUV29.02143.79135.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 57 (22.66% from 255) = 49.57%
R=34.78%
G=15.65%
B=49.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4018570.300.6800.78273.855214.71
Hex2812391E4404E11234f
Octal5022713610401164226417
Binary10100010010111001111101000100010011101000100101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281239; }

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

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

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

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

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

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

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

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