#240015

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

Shades of Blackberry #240015

Tints of Blackberry #240015

Color information

#240015 (or 0x240015) is unknown color: approx Blackberry. HEX triplet: 24, 00 and 15. RGB value is (36,0,21). Sum of RGB (Red+Green+Blue) = 36+0+21=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #240015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240015 is #DBFFEA. Grayscale: #0D0D0D. Windows color (decimal): -14417899 or 1376292. OLE color: 1376292.

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

Color convert

RGB36021-
CMYK010.420.86
HSL325º100%7.06%-
HSV(B)325º100%14.12%-
XYZ0.860.430.75-
YUV13.16132.43144.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 63.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 36.84%
R=63.16%
G=0%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36021010.420.863251007.06
Hex240150642A56145647
Octal440250144521265051447
Binary1001000101010110010010101010101101010001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240015; }

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

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

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

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

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

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

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

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