#281838

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

Shades of Blackcurrant #281838

Tints of Blackcurrant #281838

Color information

#281838 (or 0x281838) is unknown color: approx Blackcurrant. HEX triplet: 28, 18 and 38. RGB value is (40,24,56). Sum of RGB (Red+Green+Blue) = 40+24+56=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #281838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281838 is #D7E7C7. Grayscale: #202020. Windows color (decimal): -14149576 or 3676200. OLE color: 3676200.

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

Color convert

RGB402456-
CMYK0.290.5700.78
HSL270º40%15.69%-
HSV(B)270º57.14%21.96%-
XYZ1.921.393.91-
YUV32.43141.3133.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 56 (22.27% from 255) = 46.67%
R=33.33%
G=20%
B=46.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4024560.290.5700.782704015.69
Hex2818381D3904E10e2810
Octal503070357101164165020
Binary10100011000111000111011110010100111010000111010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281838; }

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

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

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

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

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

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

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

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