#240815

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

Shades of Blackberry #240815

Tints of Blackberry #240815

Color information

#240815 (or 0x240815) is unknown color: approx Blackberry. HEX triplet: 24, 08 and 15. RGB value is (36,8,21). Sum of RGB (Red+Green+Blue) = 36+8+21=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #240815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240815 is #DBF7EA. Grayscale: #111111. Windows color (decimal): -14415851 or 1378340. OLE color: 1378340.

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

Color convert

RGB36821-
CMYK00.780.420.86
HSL332.14º63.64%8.63%-
HSV(B)332.14º77.78%14.12%-
XYZ0.950.60.78-
YUV17.85129.78140.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 55.38%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 21 (8.59% from 255) = 32.31%
R=55.38%
G=12.31%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3682100.780.420.86332.1463.648.63
Hex2481504E2A5614c409
Octal44102501165212651410011
Binary10010010001010101001110101010101011010100110010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240815; }

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

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

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

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

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

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

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

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