#240517

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

Shades of Blackberry #240517

Tints of Blackberry #240517

Color information

#240517 (or 0x240517) is unknown color: approx Blackberry. HEX triplet: 24, 05 and 17. RGB value is (36,5,23). Sum of RGB (Red+Green+Blue) = 36+5+23=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #240517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240517 is #DBFAE8. Grayscale: #101010. Windows color (decimal): -14416617 or 1508644. OLE color: 1508644.

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

Color convert

RGB36523-
CMYK00.860.360.86
HSL325.16º75.61%8.04%-
HSV(B)325.16º86.11%14.12%-
XYZ0.940.550.87-
YUV16.32131.77142.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 56.25%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 23 (9.38% from 255) = 35.94%
R=56.25%
G=7.81%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3652300.860.360.86325.1675.618.04
Hex2451705624561454c8
Octal4452701264412650511410
Binary1001001011011101010110100100101011010100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240517; }

 p { color: rgb(36,5,23); }

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

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

 a { background-color: rgb(36,5,23); }

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

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

 span { border-color: rgb(36,5,23); }

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