#281235

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

Shades of Blackcurrant #281235

Tints of Blackcurrant #281235

Color information

#281235 (or 0x281235) is unknown color: approx Blackcurrant. HEX triplet: 28, 12 and 35. RGB value is (40,18,53). Sum of RGB (Red+Green+Blue) = 40+18+53=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 53 - color contains mainly: blue. Hex color #281235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281235 is #D7EDCA. Grayscale: #1C1C1C. Windows color (decimal): -14151115 or 3478056. OLE color: 3478056.

HSL color Cylindrical-coordinate representation of color #281235: hue angle of 277.71º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #281235 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB401853-
CMYK0.250.6600.79
HSL277.71º49.3%13.92%-
HSV(B)277.71º66.04%20.78%-
XYZ1.731.143.5-
YUV28.57141.79136.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.04%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 53 (21.09% from 255) = 47.75%
R=36.04%
G=16.22%
B=47.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4018530.250.6600.79277.7149.313.92
Hex281235194204F11631e
Octal5022653110201174266116
Binary10100010010110101110011000010010011111000101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281235; }

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

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

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

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

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

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

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

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