#240515

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

Shades of Blackberry #240515

Tints of Blackberry #240515

Color information

#240515 (or 0x240515) is unknown color: approx Blackberry. HEX triplet: 24, 05 and 15. RGB value is (36,5,21). Sum of RGB (Red+Green+Blue) = 36+5+21=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #240515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240515 is #DBFAEA. Grayscale: #101010. Windows color (decimal): -14416619 or 1377572. OLE color: 1377572.

HSL color Cylindrical-coordinate representation of color #240515: hue angle of 329.03º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240515 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.86.

Color convert

RGB36521-
CMYK00.860.420.86
HSL329.03º75.61%8.04%-
HSV(B)329.03º86.11%14.12%-
XYZ0.920.540.76-
YUV16.09130.77142.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 58.06%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 21 (8.59% from 255) = 33.87%
R=58.06%
G=8.06%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3652100.860.420.86329.0375.618.04
Hex245150562A561494c8
Octal4452501265212651111410
Binary1001001011010101010110101010101011010100100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240515; }

 p { color: rgb(36,5,21); }

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

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

 a { background-color: rgb(36,5,21); }

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

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

 span { border-color: rgb(36,5,21); }

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