#28232A

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

Shades of Blackcurrant #28232A

Tints of Blackcurrant #28232A

Color information

#28232A (or 0x28232A) is unknown color: approx Blackcurrant. HEX triplet: 28, 23 and 2A. RGB value is (40,35,42). Sum of RGB (Red+Green+Blue) = 40+35+42=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 42 - color contains mainly: blue. Hex color #28232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28232A is #D7DCD5. Grayscale: #252525. Windows color (decimal): -14146774 or 2761512. OLE color: 2761512.

HSL color Cylindrical-coordinate representation of color #28232A: hue angle of 282.86º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #28232A is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB403542-
CMYK0.050.1700.84
HSL282.86º9.09%15.1%-
HSV(B)282.86º16.67%16.47%-
XYZ1.891.822.44-
YUV37.29130.66129.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.19%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=34.19%
G=29.91%
B=35.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4035420.050.1700.84282.869.0915.1
Hex28232A51105411b9f
Octal50435252101244331117
Binary101000100011101010101100010101010010001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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