#24141C

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

Shades of Blackberry #24141C

Tints of Blackberry #24141C

Color information

#24141C (or 0x24141C) is unknown color: approx Blackberry. HEX triplet: 24, 14 and 1C. RGB value is (36,20,28). Sum of RGB (Red+Green+Blue) = 36+20+28=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #24141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24141C is #DBEBE3. Grayscale: #191919. Windows color (decimal): -14412772 or 1840164. OLE color: 1840164.

HSL color Cylindrical-coordinate representation of color #24141C: hue angle of 330º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #24141C is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB362028-
CMYK00.440.220.86
HSL330º28.57%10.98%-
HSV(B)330º44.44%14.12%-
XYZ1.190.961.22-
YUV25.7129.3135.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.86%
GREEN value IS 20 (8.20% from 255) = 23.81%
BLUE value IS 28 (11.33% from 255) = 33.33%
R=42.86%
G=23.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36202800.440.220.8633028.5710.98
Hex24141C02C165614a1db
Octal442434054261265123513
Binary10010010100111000101100101101010110101001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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