#240113

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

Shades of Blackberry #240113

Tints of Blackberry #240113

Color information

#240113 (or 0x240113) is unknown color: approx Blackberry. HEX triplet: 24, 01 and 13. RGB value is (36,1,19). Sum of RGB (Red+Green+Blue) = 36+1+19=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #240113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240113 is #DBFEEC. Grayscale: #0D0D0D. Windows color (decimal): -14417645 or 1245476. OLE color: 1245476.

HSL color Cylindrical-coordinate representation of color #240113: hue angle of 329.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240113 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB36119-
CMYK00.970.470.86
HSL329.14º94.59%7.25%-
HSV(B)329.14º97.22%14.12%-
XYZ0.860.440.66-
YUV13.52131.1144.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 64.29%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=64.29%
G=1.79%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3611900.970.470.86329.1494.597.25
Hex241130612F561495f7
Octal441230141571265111377
Binary1001001100110110000110111110101101010010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240113; }

 p { color: rgb(36,1,19); }

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

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

 a { background-color: rgb(36,1,19); }

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

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

 span { border-color: rgb(36,1,19); }

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