#240719

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

Shades of Blackberry #240719

Tints of Blackberry #240719

Color information

#240719 (or 0x240719) is unknown color: approx Blackberry. HEX triplet: 24, 07 and 19. RGB value is (36,7,25). Sum of RGB (Red+Green+Blue) = 36+7+25=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #240719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240719 is #DBF8E6. Grayscale: #111111. Windows color (decimal): -14416103 or 1640228. OLE color: 1640228.

HSL color Cylindrical-coordinate representation of color #240719: hue angle of 322.76º 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 #240719 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB36725-
CMYK00.810.310.86
HSL322.76º67.44%8.43%-
HSV(B)322.76º80.56%14.12%-
XYZ0.980.60.98-
YUV17.72132.11141.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.94%
GREEN value IS 7 (3.12% from 255) = 10.29%
BLUE value IS 25 (10.16% from 255) = 36.76%
R=52.94%
G=10.29%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3672500.810.310.86322.7667.448.43
Hex247190511F56143438
Octal4473101213712650310310
Binary100100111110010101000111111101011010100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240719; }

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

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

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

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

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

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

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

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