#240117

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

Shades of Blackberry #240117

Tints of Blackberry #240117

Color information

#240117 (or 0x240117) is unknown color: approx Blackberry. HEX triplet: 24, 01 and 17. RGB value is (36,1,23). Sum of RGB (Red+Green+Blue) = 36+1+23=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #240117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240117 is #DBFEE8. Grayscale: #0D0D0D. Windows color (decimal): -14417641 or 1507620. OLE color: 1507620.

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

Color convert

RGB36123-
CMYK00.970.360.86
HSL322.29º94.59%7.25%-
HSV(B)322.29º97.22%14.12%-
XYZ0.890.460.85-
YUV13.97133.1143.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 1.67%
BLUE value IS 23 (9.38% from 255) = 38.33%
R=60%
G=1.67%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3612300.970.360.86322.2994.597.25
Hex2411706124561425f7
Octal441270141441265021377
Binary1001001101110110000110010010101101010000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240117; }

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

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

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

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

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

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

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

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