#240A17

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

Shades of Blackberry #240A17

Tints of Blackberry #240A17

Color information

#240A17 (or 0x240A17) is unknown color: approx Blackberry. HEX triplet: 24, 0A and 17. RGB value is (36,10,23). Sum of RGB (Red+Green+Blue) = 36+10+23=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #240A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A17 is #DBF5E8. Grayscale: #131313. Windows color (decimal): -14415337 or 1509924. OLE color: 1509924.

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

Color convert

RGB361023-
CMYK00.720.360.86
HSL330º56.52%9.02%-
HSV(B)330º72.22%14.12%-
XYZ0.990.650.88-
YUV19.26130.11139.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.17%
GREEN value IS 10 (4.30% from 255) = 14.49%
BLUE value IS 23 (9.38% from 255) = 33.33%
R=52.17%
G=14.49%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36102300.720.360.8633056.529.02
Hex24A17048245614a399
Octal4412270110441265127111
Binary1001001010101110100100010010010101101010010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A17; }

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

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

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

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

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

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

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

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