#28122F

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

Shades of Blackcurrant #28122F

Tints of Blackcurrant #28122F

Color information

#28122F (or 0x28122F) is unknown color: approx Blackcurrant. HEX triplet: 28, 12 and 2F. RGB value is (40,18,47). Sum of RGB (Red+Green+Blue) = 40+18+47=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 47 - color contains mainly: blue. Hex color #28122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28122F is #D7EDD0. Grayscale: #1B1B1B. Windows color (decimal): -14151121 or 3084840. OLE color: 3084840.

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

Color convert

RGB401847-
CMYK0.150.6200.82
HSL285.52º44.62%12.75%-
HSV(B)285.52º61.7%18.43%-
XYZ1.61.092.81-
YUV27.88138.79136.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.10%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 47 (18.75% from 255) = 44.76%
R=38.10%
G=17.14%
B=44.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4018470.150.6200.82285.5244.6212.75
Hex28122FF3E05211e2dd
Octal502257177601224365515
Binary101000100101011111111111110010100101000111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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