#180711

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

Shades of Blackberry #180711

Tints of Blackberry #180711

Color information

#180711 (or 0x180711) is unknown color: approx Blackberry. HEX triplet: 18, 07 and 11. RGB value is (24,7,17). Sum of RGB (Red+Green+Blue) = 24+7+17=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180711 is #E7F8EE. Grayscale: #0D0D0D. Windows color (decimal): -15202543 or 1115928. OLE color: 1115928.

HSL color Cylindrical-coordinate representation of color #180711: hue angle of 324.71º 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 #180711 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB24717-
CMYK00.710.290.91
HSL324.71º54.84%6.08%-
HSV(B)324.71º70.83%9.41%-
XYZ0.550.390.58-
YUV13.22130.13135.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 17 (7.03% from 255) = 35.42%
R=50%
G=14.58%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2471700.710.290.91324.7154.846.08
Hex187110471D5B145376
Octal30721010735133505676
Binary110001111000101000111111011011011101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180711; }

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

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

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

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

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

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

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

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