#1D0513

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

Shades of Blackberry #1D0513

Tints of Blackberry #1D0513

Color information

#1D0513 (or 0x1D0513) is unknown color: approx Blackberry. HEX triplet: 1D, 05 and 13. RGB value is (29,5,19). Sum of RGB (Red+Green+Blue) = 29+5+19=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0513 is #E2FAEC. Grayscale: #0D0D0D. Windows color (decimal): -14875373 or 1246493. OLE color: 1246493.

HSL color Cylindrical-coordinate representation of color #1D0513: hue angle of 325º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D0513 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.89.

Color convert

RGB29519-
CMYK00.830.340.89
HSL325º70.59%6.67%-
HSV(B)325º82.76%11.37%-
XYZ0.680.420.66-
YUV13.77130.95138.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 54.72%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 19 (7.81% from 255) = 35.85%
R=54.72%
G=9.43%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2951900.830.340.8932570.596.67
Hex1D5130532259145477
Octal355230123421315051077
Binary11101101100110101001110001010110011010001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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