#24151D

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

Shades of Blackberry #24151D

Tints of Blackberry #24151D

Color information

#24151D (or 0x24151D) is unknown color: approx Blackberry. HEX triplet: 24, 15 and 1D. RGB value is (36,21,29). Sum of RGB (Red+Green+Blue) = 36+21+29=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #24151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24151D is #DBEAE2. Grayscale: #1A1A1A. Windows color (decimal): -14412515 or 1905956. OLE color: 1905956.

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

Color convert

RGB362129-
CMYK00.420.190.86
HSL328º26.32%11.18%-
HSV(B)328º41.67%14.12%-
XYZ1.2211.29-
YUV26.4129.47134.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.86%
GREEN value IS 21 (8.59% from 255) = 24.42%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=41.86%
G=24.42%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36212900.420.190.8632826.3211.18
Hex24151D02A13561481ab
Octal442535052231265103213
Binary10010010101111010101010100111010110101001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24151D; }

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

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

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

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

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

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

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

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