#281C30

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

Shades of Blackcurrant #281C30

Tints of Blackcurrant #281C30

Color information

#281C30 (or 0x281C30) is unknown color: approx Blackcurrant. HEX triplet: 28, 1C and 30. RGB value is (40,28,48). Sum of RGB (Red+Green+Blue) = 40+28+48=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 48 - color contains mainly: blue. Hex color #281C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C30 is #D7E3CF. Grayscale: #212121. Windows color (decimal): -14148560 or 3152936. OLE color: 3152936.

HSL color Cylindrical-coordinate representation of color #281C30: hue angle of 276º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #281C30 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB402848-
CMYK0.170.4200.81
HSL276º26.32%14.9%-
HSV(B)276º41.67%18.82%-
XYZ1.821.52.99-
YUV33.87135.98132.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.48%
GREEN value IS 28 (11.33% from 255) = 24.14%
BLUE value IS 48 (19.14% from 255) = 41.38%
R=34.48%
G=24.14%
B=41.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4028480.170.4200.8127626.3214.9
Hex281C30112A0511141af
Octal503460215201214243217
Binary101000111001100001000110101001010001100010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,28,48); }

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

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

 a { background-color: rgb(40,28,48); }

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

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

 span { border-color: rgb(40,28,48); }

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