#28002F

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

Shades of Blackcurrant #28002F

Tints of Blackcurrant #28002F

Color information

#28002F (or 0x28002F) is unknown color: approx Blackcurrant. HEX triplet: 28, 00 and 2F. RGB value is (40,0,47). Sum of RGB (Red+Green+Blue) = 40+0+47=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #28002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28002F is #D7FFD0. Grayscale: #111111. Windows color (decimal): -14155729 or 3080232. OLE color: 3080232.

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

Color convert

RGB40047-
CMYK0.15100.82
HSL291.06º100%9.22%-
HSV(B)291.06º100%18.43%-
XYZ1.390.662.74-
YUV17.32144.75144.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 54.02%
R=45.98%
G=0%
B=54.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal400470.15100.82291.061009.22
Hex2802FF64052123649
Octal5005717144012244314411
Binary1010000101111111111001000101001010010001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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