#1D0613

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

Shades of Blackberry #1D0613

Tints of Blackberry #1D0613

Color information

#1D0613 (or 0x1D0613) is unknown color: approx Blackberry. HEX triplet: 1D, 06 and 13. RGB value is (29,6,19). Sum of RGB (Red+Green+Blue) = 29+6+19=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0613 is #E2F9EC. Grayscale: #0E0E0E. Windows color (decimal): -14875117 or 1246749. OLE color: 1246749.

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

Color convert

RGB29619-
CMYK00.790.340.89
HSL326.09º65.71%6.86%-
HSV(B)326.09º79.31%11.37%-
XYZ0.690.440.66-
YUV14.36130.62138.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 53.70%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=53.70%
G=11.11%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2961900.790.340.89326.0965.716.86
Hex1D61304F2259146427
Octal356230117421315061027
Binary11101110100110100111110001010110011010001101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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