#281A36

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

Shades of Blackcurrant #281A36

Tints of Blackcurrant #281A36

Color information

#281A36 (or 0x281A36) is unknown color: approx Blackcurrant. HEX triplet: 28, 1A and 36. RGB value is (40,26,54). Sum of RGB (Red+Green+Blue) = 40+26+54=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 54 (21.48% from 255 or 45% from 120); Max value from RGB is 54 - color contains mainly: blue. Hex color #281A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281A36 is #D7E5C9. Grayscale: #212121. Windows color (decimal): -14149066 or 3545640. OLE color: 3545640.

HSL color Cylindrical-coordinate representation of color #281A36: hue angle of 270º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #281A36 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB402654-
CMYK0.260.5200.79
HSL270º35%15.69%-
HSV(B)270º51.85%21.18%-
XYZ1.911.463.67-
YUV33.38139.64132.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.33%
GREEN value IS 26 (10.55% from 255) = 21.67%
BLUE value IS 54 (21.48% from 255) = 45%
R=33.33%
G=21.67%
B=45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4026540.260.5200.792703515.69
Hex281A361A3404F10e2310
Octal503266326401174164320
Binary10100011010110110110101101000100111110000111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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