#240313

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

Shades of Blackberry #240313

Tints of Blackberry #240313

Color information

#240313 (or 0x240313) is unknown color: approx Blackberry. HEX triplet: 24, 03 and 13. RGB value is (36,3,19). Sum of RGB (Red+Green+Blue) = 36+3+19=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #240313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240313 is #DBFCEC. Grayscale: #0E0E0E. Windows color (decimal): -14417133 or 1245988. OLE color: 1245988.

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

Color convert

RGB36319-
CMYK00.920.470.86
HSL330.91º84.62%7.65%-
HSV(B)330.91º91.67%14.12%-
XYZ0.880.490.66-
YUV14.69130.43143.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 62.07%
GREEN value IS 3 (1.56% from 255) = 5.17%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=62.07%
G=5.17%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3631900.920.470.86330.9184.627.65
Hex2431305C2F5614b558
Octal4432301345712651312510
Binary100100111001101011100101111101011010100101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240313; }

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

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

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

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

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

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

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

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