#281435

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

Shades of Blackcurrant #281435

Tints of Blackcurrant #281435

Color information

#281435 (or 0x281435) is unknown color: approx Blackcurrant. HEX triplet: 28, 14 and 35. RGB value is (40,20,53). Sum of RGB (Red+Green+Blue) = 40+20+53=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #281435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281435 is #D7EBCA. Grayscale: #1D1D1D. Windows color (decimal): -14150603 or 3478568. OLE color: 3478568.

HSL color Cylindrical-coordinate representation of color #281435: hue angle of 276.36º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #281435 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB402053-
CMYK0.250.6200.79
HSL276.36º45.21%14.31%-
HSV(B)276.36º62.26%20.78%-
XYZ1.771.213.51-
YUV29.74141.13135.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 53 (21.09% from 255) = 46.90%
R=35.40%
G=17.70%
B=46.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4020530.250.6200.79276.3645.2114.31
Hex281435193E04F1142de
Octal502465317601174245516
Binary1010001010011010111001111110010011111000101001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281435; }

 p { color: rgb(40,20,53); }

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

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

 a { background-color: rgb(40,20,53); }

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

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

 span { border-color: rgb(40,20,53); }

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