#1B0511

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

Shades of Blackberry #1B0511

Tints of Blackberry #1B0511

Color information

#1B0511 (or 0x1B0511) is unknown color: approx Blackberry. HEX triplet: 1B, 05 and 11. RGB value is (27,5,17). Sum of RGB (Red+Green+Blue) = 27+5+17=49 (6% of max value = 765). Red value is 27 (10.94% from 255 or 55.10% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0511 is #E4FAEE. Grayscale: #0C0C0C. Windows color (decimal): -15006447 or 1115419. OLE color: 1115419.

HSL color Cylindrical-coordinate representation of color #1B0511: hue angle of 327.27º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B0511 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.89.

Color convert

RGB27517-
CMYK00.810.370.89
HSL327.27º68.75%6.27%-
HSV(B)327.27º81.48%10.59%-
XYZ0.610.380.57-
YUV12.95130.29138.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 55.10%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 17 (7.03% from 255) = 34.69%
R=55.10%
G=10.20%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2751700.810.370.89327.2768.756.27
Hex1B5110512559147456
Octal335210121451315071056
Binary11011101100010101000110010110110011010001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B0511; }

 p { color: rgb(27,5,17); }

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

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

 a { background-color: rgb(27,5,17); }

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

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

 span { border-color: rgb(27,5,17); }

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