#24161D

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

Shades of Blackberry #24161D

Tints of Blackberry #24161D

Color information

#24161D (or 0x24161D) is unknown color: approx Blackberry. HEX triplet: 24, 16 and 1D. RGB value is (36,22,29). Sum of RGB (Red+Green+Blue) = 36+22+29=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 36 - color contains mainly: red. Hex color #24161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24161D is #DBE9E2. Grayscale: #1A1A1A. Windows color (decimal): -14412259 or 1906212. OLE color: 1906212.

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

Color convert

RGB362229-
CMYK00.390.190.86
HSL330º24.14%11.37%-
HSV(B)330º38.89%14.12%-
XYZ1.241.041.3-
YUV26.98129.14134.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.38%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=41.38%
G=25.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36222900.390.190.8633024.1411.37
Hex24161D027135614a18b
Octal442635047231265123013
Binary10010010110111010100111100111010110101001010110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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