#240317

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

Shades of Blackberry #240317

Tints of Blackberry #240317

Color information

#240317 (or 0x240317) is unknown color: approx Blackberry. HEX triplet: 24, 03 and 17. RGB value is (36,3,23). Sum of RGB (Red+Green+Blue) = 36+3+23=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #240317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240317 is #DBFCE8. Grayscale: #0F0F0F. Windows color (decimal): -14417129 or 1508132. OLE color: 1508132.

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

Color convert

RGB36323-
CMYK00.920.360.86
HSL323.64º84.62%7.65%-
HSV(B)323.64º91.67%14.12%-
XYZ0.910.50.86-
YUV15.15132.43142.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 58.06%
GREEN value IS 3 (1.56% from 255) = 4.84%
BLUE value IS 23 (9.38% from 255) = 37.10%
R=58.06%
G=4.84%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3632300.920.360.86323.6484.627.65
Hex2431705C2456144558
Octal4432701344412650412510
Binary100100111011101011100100100101011010100010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240317; }

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

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

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

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

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

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

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

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