#24121B

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

Shades of Blackberry #24121B

Tints of Blackberry #24121B

Color information

#24121B (or 0x24121B) is unknown color: approx Blackberry. HEX triplet: 24, 12 and 1B. RGB value is (36,18,27). Sum of RGB (Red+Green+Blue) = 36+18+27=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #24121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24121B is #DBEDE4. Grayscale: #181818. Windows color (decimal): -14413285 or 1774116. OLE color: 1774116.

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

Color convert

RGB361827-
CMYK00.50.250.86
HSL330º33.33%10.59%-
HSV(B)330º50%14.12%-
XYZ1.140.891.15-
YUV24.41129.46136.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 44.44%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 27 (10.94% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36182700.50.250.8633033.3310.59
Hex24121B032195614a21b
Octal442233062311265124113
Binary100100100101101101100101100110101101010010101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24121B; }

 p { color: rgb(36,18,27); }

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

<style>
 a { background-color: #24121B; }

 a { background-color: rgb(36,18,27); }

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

<style>
 span { border-color: #24121B; }

 span { border-color: rgb(36,18,27); }

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