#240115

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

Shades of Blackberry #240115

Tints of Blackberry #240115

Color information

#240115 (or 0x240115) is unknown color: approx Blackberry. HEX triplet: 24, 01 and 15. RGB value is (36,1,21). Sum of RGB (Red+Green+Blue) = 36+1+21=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #240115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240115 is #DBFEEA. Grayscale: #0D0D0D. Windows color (decimal): -14417643 or 1376548. OLE color: 1376548.

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

Color convert

RGB36121-
CMYK00.970.420.86
HSL325.71º94.59%7.25%-
HSV(B)325.71º97.22%14.12%-
XYZ0.870.450.75-
YUV13.74132.1143.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 62.07%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 21 (8.59% from 255) = 36.21%
R=62.07%
G=1.72%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3612100.970.420.86325.7194.597.25
Hex241150612A561465f7
Octal441250141521265061377
Binary1001001101010110000110101010101101010001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240115; }

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

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

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

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

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

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

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

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