#240017

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

Shades of Blackberry #240017

Tints of Blackberry #240017

Color information

#240017 (or 0x240017) is unknown color: approx Blackberry. HEX triplet: 24, 00 and 17. RGB value is (36,0,23). Sum of RGB (Red+Green+Blue) = 36+0+23=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #240017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240017 is #DBFFE8. Grayscale: #0D0D0D. Windows color (decimal): -14417897 or 1507364. OLE color: 1507364.

HSL color Cylindrical-coordinate representation of color #240017: hue angle of 321.67º 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 #240017 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.86.

Color convert

RGB36023-
CMYK010.360.86
HSL321.67º100%7.06%-
HSV(B)321.67º100%14.12%-
XYZ0.880.440.85-
YUV13.39133.43144.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 61.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 38.98%
R=61.02%
G=0%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36023010.360.86321.671007.06
Hex240170642456142647
Octal440270144441265021447
Binary1001000101110110010010010010101101010000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240017; }

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

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

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

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

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

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

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

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