#281130

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

Shades of Blackcurrant #281130

Tints of Blackcurrant #281130

Color information

#281130 (or 0x281130) is unknown color: approx Blackcurrant. HEX triplet: 28, 11 and 30. RGB value is (40,17,48). Sum of RGB (Red+Green+Blue) = 40+17+48=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #281130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281130 is #D7EECF. Grayscale: #1B1B1B. Windows color (decimal): -14151376 or 3150120. OLE color: 3150120.

HSL color Cylindrical-coordinate representation of color #281130: hue angle of 284.52º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #281130 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB401748-
CMYK0.170.6500.81
HSL284.52º47.69%12.75%-
HSV(B)284.52º64.58%18.82%-
XYZ1.611.072.92-
YUV27.41139.62136.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.10%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 48 (19.14% from 255) = 45.71%
R=38.10%
G=16.19%
B=45.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4017480.170.6500.81284.5247.6912.75
Hex281130114105111d30d
Octal5021602110101214356015
Binary10100010001110000100011000001010100011000111011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281130; }

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

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

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

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

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

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

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

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