#24091A

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

Shades of Blackberry #24091A

Tints of Blackberry #24091A

Color information

#24091A (or 0x24091A) is unknown color: approx Blackberry. HEX triplet: 24, 09 and 1A. RGB value is (36,9,26). Sum of RGB (Red+Green+Blue) = 36+9+26=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #24091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24091A is #DBF6E5. Grayscale: #121212. Windows color (decimal): -14415590 or 1706276. OLE color: 1706276.

HSL color Cylindrical-coordinate representation of color #24091A: hue angle of 322.22º 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 #24091A is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB36926-
CMYK00.750.280.86
HSL322.22º60%8.82%-
HSV(B)322.22º75%14.12%-
XYZ1.010.651.05-
YUV19.01131.95140.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50.70%
GREEN value IS 9 (3.91% from 255) = 12.68%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=50.70%
G=12.68%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3692600.750.280.86322.22608.82
Hex2491A04B1C561423c9
Octal4411320113341265027411
Binary100100100111010010010111110010101101010000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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