#28232D

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

Shades of Blackcurrant #28232D

Tints of Blackcurrant #28232D

Color information

#28232D (or 0x28232D) is unknown color: approx Blackcurrant. HEX triplet: 28, 23 and 2D. RGB value is (40,35,45). Sum of RGB (Red+Green+Blue) = 40+35+45=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 45 - color contains mainly: blue. Hex color #28232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28232D is #D7DCD2. Grayscale: #252525. Windows color (decimal): -14146771 or 2958120. OLE color: 2958120.

HSL color Cylindrical-coordinate representation of color #28232D: hue angle of 270º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #28232D is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB403545-
CMYK0.110.2200.82
HSL270º12.5%15.69%-
HSV(B)270º22.22%17.65%-
XYZ1.951.842.74-
YUV37.64132.16129.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 45 (17.97% from 255) = 37.5%
R=33.33%
G=29.17%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4035450.110.2200.8227012.515.69
Hex28232DB1605210ec10
Octal504355132601224161420
Binary10100010001110110110111011001010010100001110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28232D; }

 p { color: rgb(40,35,45); }

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

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

 a { background-color: rgb(40,35,45); }

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

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

 span { border-color: rgb(40,35,45); }

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