#240F1C

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

Shades of Blackberry #240F1C

Tints of Blackberry #240F1C

Color information

#240F1C (or 0x240F1C) is unknown color: approx Blackberry. HEX triplet: 24, 0F and 1C. RGB value is (36,15,28). Sum of RGB (Red+Green+Blue) = 36+15+28=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #240F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F1C is #DBF0E3. Grayscale: #161616. Windows color (decimal): -14414052 or 1838884. OLE color: 1838884.

HSL color Cylindrical-coordinate representation of color #240F1C: hue angle of 322.86º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #240F1C is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB361528-
CMYK00.580.220.86
HSL322.86º41.18%10%-
HSV(B)322.86º58.33%14.12%-
XYZ1.110.81.19-
YUV22.76130.96137.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45.57%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=45.57%
G=18.99%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36152800.580.220.86322.8641.1810
Hex24F1C03A165614329a
Octal441734072261265035112
Binary10010011111110001110101011010101101010000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240F1C; }

 p { color: rgb(36,15,28); }

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

<style>
 a { background-color: #240F1C; }

 a { background-color: rgb(36,15,28); }

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

<style>
 span { border-color: #240F1C; }

 span { border-color: rgb(36,15,28); }

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