#24091B

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

Shades of Blackberry #24091B

Tints of Blackberry #24091B

Color information

#24091B (or 0x24091B) is unknown color: approx Blackberry. HEX triplet: 24, 09 and 1B. RGB value is (36,9,27). Sum of RGB (Red+Green+Blue) = 36+9+27=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #24091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24091B is #DBF6E4. Grayscale: #131313. Windows color (decimal): -14415589 or 1771812. OLE color: 1771812.

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

Color convert

RGB36927-
CMYK00.750.250.86
HSL320º60%8.82%-
HSV(B)320º75%14.12%-
XYZ1.020.651.11-
YUV19.12132.45140.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 12.5%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3692700.750.250.86320608.82
Hex2491B04B19561403c9
Octal4411330113311265007411
Binary100100100111011010010111100110101101010000001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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