#240615

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

Shades of Blackberry #240615

Tints of Blackberry #240615

Color information

#240615 (or 0x240615) is unknown color: approx Blackberry. HEX triplet: 24, 06 and 15. RGB value is (36,6,21). Sum of RGB (Red+Green+Blue) = 36+6+21=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240615 is #DBF9EA. Grayscale: #101010. Windows color (decimal): -14416363 or 1377828. OLE color: 1377828.

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

Color convert

RGB36621-
CMYK00.830.420.86
HSL330º71.43%8.24%-
HSV(B)330º83.33%14.12%-
XYZ0.930.560.77-
YUV16.68130.44141.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 57.14%
GREEN value IS 6 (2.73% from 255) = 9.52%
BLUE value IS 21 (8.59% from 255) = 33.33%
R=57.14%
G=9.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3662100.830.420.8633071.438.24
Hex246150532A5614a478
Octal4462501235212651210710
Binary1001001101010101010011101010101011010100101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240615; }

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

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

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

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

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

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

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

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