#28122E

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

Shades of Blackcurrant #28122E

Tints of Blackcurrant #28122E

Color information

#28122E (or 0x28122E) is unknown color: approx Blackcurrant. HEX triplet: 28, 12 and 2E. RGB value is (40,18,46). Sum of RGB (Red+Green+Blue) = 40+18+46=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 46 - color contains mainly: blue. Hex color #28122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28122E is #D7EDD1. Grayscale: #1B1B1B. Windows color (decimal): -14151122 or 3019304. OLE color: 3019304.

HSL color Cylindrical-coordinate representation of color #28122E: hue angle of 287.14º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #28122E is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB401846-
CMYK0.130.6100.82
HSL287.14º43.75%12.55%-
HSV(B)287.14º60.87%18.04%-
XYZ1.581.082.71-
YUV27.77138.29136.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.46%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=38.46%
G=17.31%
B=44.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4018460.130.6100.82287.1443.7512.55
Hex28122ED3D05211f2cd
Octal502256157501224375415
Binary101000100101011101101111101010100101000111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28122E; }

 p { color: rgb(40,18,46); }

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

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

 a { background-color: rgb(40,18,46); }

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

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

 span { border-color: rgb(40,18,46); }

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