#28212E

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

Shades of Blackcurrant #28212E

Tints of Blackcurrant #28212E

Color information

#28212E (or 0x28212E) is unknown color: approx Blackcurrant. HEX triplet: 28, 21 and 2E. RGB value is (40,33,46). Sum of RGB (Red+Green+Blue) = 40+33+46=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 46 - color contains mainly: blue. Hex color #28212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28212E is #D7DED1. Grayscale: #242424. Windows color (decimal): -14147282 or 3023144. OLE color: 3023144.

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

Color convert

RGB403346-
CMYK0.130.2800.82
HSL272.31º16.46%15.49%-
HSV(B)272.31º28.26%18.04%-
XYZ1.911.742.82-
YUV36.57133.32130.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=33.61%
G=27.73%
B=38.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4033460.130.2800.82272.3116.4615.49
Hex28212ED1C05211010f
Octal504156153401224202017
Binary10100010000110111011011110001010010100010000100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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