#180710

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

Shades of Blackberry #180710

Tints of Blackberry #180710

Color information

#180710 (or 0x180710) is unknown color: approx Blackberry. HEX triplet: 18, 07 and 10. RGB value is (24,7,16). Sum of RGB (Red+Green+Blue) = 24+7+16=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #180710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180710 is #E7F8EF. Grayscale: #0D0D0D. Windows color (decimal): -15202544 or 1050392. OLE color: 1050392.

HSL color Cylindrical-coordinate representation of color #180710: hue angle of 328.24º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #180710 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.91.

Color convert

RGB24716-
CMYK00.710.330.91
HSL328.24º54.84%6.08%-
HSV(B)328.24º70.83%9.41%-
XYZ0.550.380.54-
YUV13.11129.63135.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 51.06%
GREEN value IS 7 (3.12% from 255) = 14.89%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=51.06%
G=14.89%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2471600.710.330.91328.2454.846.08
Hex18710047215B148376
Octal30720010741133510676
Binary1100011110000010001111000011011011101001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180710; }

 p { color: rgb(24,7,16); }

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

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

 a { background-color: rgb(24,7,16); }

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

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

 span { border-color: rgb(24,7,16); }

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