#24151C

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

Shades of Blackberry #24151C

Tints of Blackberry #24151C

Color information

#24151C (or 0x24151C) is unknown color: approx Blackberry. HEX triplet: 24, 15 and 1C. RGB value is (36,21,28). Sum of RGB (Red+Green+Blue) = 36+21+28=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #24151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24151C is #DBEAE3. Grayscale: #1A1A1A. Windows color (decimal): -14412516 or 1840420. OLE color: 1840420.

HSL color Cylindrical-coordinate representation of color #24151C: hue angle of 332º 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 #24151C is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB362128-
CMYK00.420.220.86
HSL332º26.32%11.18%-
HSV(B)332º41.67%14.12%-
XYZ1.2111.23-
YUV26.28128.97134.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.35%
GREEN value IS 21 (8.59% from 255) = 24.71%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=42.35%
G=24.71%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36212800.420.220.8633226.3211.18
Hex24151C02A165614c1ab
Octal442534052261265143213
Binary10010010101111000101010101101010110101001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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