#28042F

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

Shades of Blackcurrant #28042F

Tints of Blackcurrant #28042F

Color information

#28042F (or 0x28042F) is unknown color: approx Blackcurrant. HEX triplet: 28, 04 and 2F. RGB value is (40,4,47). Sum of RGB (Red+Green+Blue) = 40+4+47=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #28042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28042F is #D7FBD0. Grayscale: #131313. Windows color (decimal): -14154705 or 3081256. OLE color: 3081256.

HSL color Cylindrical-coordinate representation of color #28042F: hue angle of 290.23º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28042F is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB40447-
CMYK0.150.9100.82
HSL290.23º84.31%10%-
HSV(B)290.23º91.49%18.43%-
XYZ1.430.742.76-
YUV19.67143.43142.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 47 (18.75% from 255) = 51.65%
R=43.96%
G=4.40%
B=51.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal404470.150.9100.82290.2384.3110
Hex2842FF5B05212254a
Octal5045717133012244212412
Binary101000100101111111110110110101001010010001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28042F; }

 p { color: rgb(40,4,47); }

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

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

 a { background-color: rgb(40,4,47); }

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

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

 span { border-color: rgb(40,4,47); }

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