#281A38

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

Shades of Blackcurrant #281A38

Tints of Blackcurrant #281A38

Color information

#281A38 (or 0x281A38) is unknown color: approx Blackcurrant. HEX triplet: 28, 1A and 38. RGB value is (40,26,56). Sum of RGB (Red+Green+Blue) = 40+26+56=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #281A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281A38 is #D7E5C7. Grayscale: #212121. Windows color (decimal): -14149064 or 3676712. OLE color: 3676712.

HSL color Cylindrical-coordinate representation of color #281A38: hue angle of 268º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #281A38 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB402656-
CMYK0.290.5400.78
HSL268º36.59%16.08%-
HSV(B)268º53.57%21.96%-
XYZ1.961.483.92-
YUV33.61140.64132.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.79%
GREEN value IS 26 (10.55% from 255) = 21.31%
BLUE value IS 56 (22.27% from 255) = 45.90%
R=32.79%
G=21.31%
B=45.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4026560.290.5400.7826836.5916.08
Hex281A381D3604E10c2510
Octal503270356601164144520
Binary10100011010111000111011101100100111010000110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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