#24071A

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

Shades of Blackberry #24071A

Tints of Blackberry #24071A

Color information

#24071A (or 0x24071A) is unknown color: approx Blackberry. HEX triplet: 24, 07 and 1A. RGB value is (36,7,26). Sum of RGB (Red+Green+Blue) = 36+7+26=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #24071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24071A is #DBF8E5. Grayscale: #111111. Windows color (decimal): -14416102 or 1705764. OLE color: 1705764.

HSL color Cylindrical-coordinate representation of color #24071A: hue angle of 320.69º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24071A is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB36726-
CMYK00.810.280.86
HSL320.69º67.44%8.43%-
HSV(B)320.69º80.56%14.12%-
XYZ0.990.61.04-
YUV17.84132.61140.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.17%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=52.17%
G=10.14%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3672600.810.280.86320.6967.448.43
Hex2471A0511C56141438
Octal4473201213412650110310
Binary100100111110100101000111100101011010100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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