#280F35

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

Shades of Blackcurrant #280F35

Tints of Blackcurrant #280F35

Color information

#280F35 (or 0x280F35) is unknown color: approx Blackcurrant. HEX triplet: 28, 0F and 35. RGB value is (40,15,53). Sum of RGB (Red+Green+Blue) = 40+15+53=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #280F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F35 is #D7F0CA. Grayscale: #1A1A1A. Windows color (decimal): -14151883 or 3477288. OLE color: 3477288.

HSL color Cylindrical-coordinate representation of color #280F35: hue angle of 279.47º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #280F35 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB401553-
CMYK0.250.7200.79
HSL279.47º55.88%13.33%-
HSV(B)279.47º71.7%20.78%-
XYZ1.691.053.48-
YUV26.81142.78137.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.04%
GREEN value IS 15 (6.25% from 255) = 13.89%
BLUE value IS 53 (21.09% from 255) = 49.07%
R=37.04%
G=13.89%
B=49.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4015530.250.7200.79279.4755.8813.33
Hex28F35194804F11738d
Octal5017653111001174277015
Binary1010001111110101110011001000010011111000101111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280F35; }

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

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

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

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

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

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

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

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