#240F1B

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

Shades of Blackberry #240F1B

Tints of Blackberry #240F1B

Color information

#240F1B (or 0x240F1B) is unknown color: approx Blackberry. HEX triplet: 24, 0F and 1B. RGB value is (36,15,27). Sum of RGB (Red+Green+Blue) = 36+15+27=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #240F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F1B is #DBF0E4. Grayscale: #161616. Windows color (decimal): -14414053 or 1773348. OLE color: 1773348.

HSL color Cylindrical-coordinate representation of color #240F1B: hue angle of 325.71º 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 #240F1B is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB361527-
CMYK00.580.250.86
HSL325.71º41.18%10%-
HSV(B)325.71º58.33%14.12%-
XYZ1.10.81.13-
YUV22.65130.46137.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.15%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 27 (10.94% from 255) = 34.62%
R=46.15%
G=19.23%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36152700.580.250.86325.7141.1810
Hex24F1B03A195614629a
Octal441733072311265065112
Binary10010011111101101110101100110101101010001101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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