#281338

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

Shades of Blackcurrant #281338

Tints of Blackcurrant #281338

Color information

#281338 (or 0x281338) is unknown color: approx Blackcurrant. HEX triplet: 28, 13 and 38. RGB value is (40,19,56). Sum of RGB (Red+Green+Blue) = 40+19+56=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #281338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281338 is #D7ECC7. Grayscale: #1D1D1D. Windows color (decimal): -14150856 or 3674920. OLE color: 3674920.

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

Color convert

RGB401956-
CMYK0.290.6600.78
HSL274.05º49.33%14.71%-
HSV(B)274.05º66.07%21.96%-
XYZ1.821.23.88-
YUV29.5142.96135.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 56 (22.27% from 255) = 48.70%
R=34.78%
G=16.52%
B=48.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4019560.290.6600.78274.0549.3314.71
Hex2813381D4204E11231f
Octal5023703510201164226117
Binary10100010011111000111011000010010011101000100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281338; }

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

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

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

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

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

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

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

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