#240215

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

Shades of Blackberry #240215

Tints of Blackberry #240215

Color information

#240215 (or 0x240215) is unknown color: approx Blackberry. HEX triplet: 24, 02 and 15. RGB value is (36,2,21). Sum of RGB (Red+Green+Blue) = 36+2+21=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #240215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240215 is #DBFDEA. Grayscale: #0E0E0E. Windows color (decimal): -14417387 or 1376804. OLE color: 1376804.

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

Color convert

RGB36221-
CMYK00.940.420.86
HSL326.47º89.47%7.45%-
HSV(B)326.47º94.44%14.12%-
XYZ0.880.470.75-
YUV14.33131.76143.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 61.02%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 21 (8.59% from 255) = 35.59%
R=61.02%
G=3.39%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3622100.940.420.86326.4789.477.45
Hex2421505E2A56146597
Octal442250136521265061317
Binary10010010101010101111010101010101101010001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240215; }

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

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

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

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

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

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

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

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