#1B0813

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

Shades of Blackberry #1B0813

Tints of Blackberry #1B0813

Color information

#1B0813 (or 0x1B0813) is unknown color: approx Blackberry. HEX triplet: 1B, 08 and 13. RGB value is (27,8,19). Sum of RGB (Red+Green+Blue) = 27+8+19=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0813 is #E4F7EC. Grayscale: #0E0E0E. Windows color (decimal): -15005677 or 1247259. OLE color: 1247259.

HSL color Cylindrical-coordinate representation of color #1B0813: hue angle of 325.26º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B0813 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.89.

Color convert

RGB27819-
CMYK00.700.300.89
HSL325.26º54.29%6.86%-
HSV(B)325.26º70.37%10.59%-
XYZ0.660.450.67-
YUV14.94130.29136.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 14.81%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=50%
G=14.81%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2781900.700.300.89325.2654.296.86
Hex1B8130461E59145367
Octal331023010636131505667
Binary1101110001001101000110111101011001101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,8,19); }

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

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

 a { background-color: rgb(27,8,19); }

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

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

 span { border-color: rgb(27,8,19); }

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