#281C2F

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

Shades of Blackcurrant #281C2F

Tints of Blackcurrant #281C2F

Color information

#281C2F (or 0x281C2F) is unknown color: approx Blackcurrant. HEX triplet: 28, 1C and 2F. RGB value is (40,28,47). Sum of RGB (Red+Green+Blue) = 40+28+47=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 47 - color contains mainly: blue. Hex color #281C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C2F is #D7E3D0. Grayscale: #212121. Windows color (decimal): -14148561 or 3087400. OLE color: 3087400.

HSL color Cylindrical-coordinate representation of color #281C2F: hue angle of 277.89º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #281C2F is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB402847-
CMYK0.150.4000.82
HSL277.89º25.33%14.71%-
HSV(B)277.89º40.43%18.43%-
XYZ1.81.492.88-
YUV33.75135.48132.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 28 (11.33% from 255) = 24.35%
BLUE value IS 47 (18.75% from 255) = 40.87%
R=34.78%
G=24.35%
B=40.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4028470.150.4000.82277.8925.3314.71
Hex281C2FF2805211619f
Octal503457175001224263117
Binary10100011100101111111110100001010010100010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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