#1B0411

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

Shades of Blackberry #1B0411

Tints of Blackberry #1B0411

Color information

#1B0411 (or 0x1B0411) is unknown color: approx Blackberry. HEX triplet: 1B, 04 and 11. RGB value is (27,4,17). Sum of RGB (Red+Green+Blue) = 27+4+17=48 (6% of max value = 765). Red value is 27 (10.94% from 255 or 56.25% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0411 is #E4FBEE. Grayscale: #0C0C0C. Windows color (decimal): -15006703 or 1115163. OLE color: 1115163.

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

Color convert

RGB27417-
CMYK00.850.370.89
HSL326.09º74.19%6.08%-
HSV(B)326.09º85.19%10.59%-
XYZ0.60.360.57-
YUV12.36130.62138.44-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 56.25%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 17 (7.03% from 255) = 35.42%
R=56.25%
G=8.33%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2741700.850.370.89326.0974.196.08
Hex1B41105525591464a6
Octal334210125451315061126
Binary11011100100010101010110010110110011010001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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