#1B0513

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

Shades of Blackberry #1B0513

Tints of Blackberry #1B0513

Color information

#1B0513 (or 0x1B0513) is unknown color: approx Blackberry. HEX triplet: 1B, 05 and 13. RGB value is (27,5,19). Sum of RGB (Red+Green+Blue) = 27+5+19=51 (6% of max value = 765). Red value is 27 (10.94% from 255 or 52.94% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0513 is #E4FAEC. Grayscale: #0D0D0D. Windows color (decimal): -15006445 or 1246491. OLE color: 1246491.

HSL color Cylindrical-coordinate representation of color #1B0513: hue angle of 321.82º 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 #1B0513 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.89.

Color convert

RGB27519-
CMYK00.810.300.89
HSL321.82º68.75%6.27%-
HSV(B)321.82º81.48%10.59%-
XYZ0.620.390.66-
YUV13.17131.29137.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 52.94%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 19 (7.81% from 255) = 37.25%
R=52.94%
G=9.80%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2751900.810.300.89321.8268.756.27
Hex1B5130511E59142456
Octal335230121361315021056
Binary1101110110011010100011111010110011010000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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