#24131C

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

Shades of Blackberry #24131C

Tints of Blackberry #24131C

Color information

#24131C (or 0x24131C) is unknown color: approx Blackberry. HEX triplet: 24, 13 and 1C. RGB value is (36,19,28). Sum of RGB (Red+Green+Blue) = 36+19+28=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #24131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24131C is #DBECE3. Grayscale: #191919. Windows color (decimal): -14413028 or 1839908. OLE color: 1839908.

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

Color convert

RGB361928-
CMYK00.470.220.86
HSL328.24º30.91%10.78%-
HSV(B)328.24º47.22%14.12%-
XYZ1.170.921.22-
YUV25.11129.63135.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.37%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=43.37%
G=22.89%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36192800.470.220.86328.2430.9110.78
Hex24131C02F16561481fb
Octal442334057261265103713
Binary10010010011111000101111101101010110101001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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