#1D0115

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

Shades of Blackberry #1D0115

Tints of Blackberry #1D0115

Color information

#1D0115 (or 0x1D0115) is unknown color: approx Blackberry. HEX triplet: 1D, 01 and 15. RGB value is (29,1,21). Sum of RGB (Red+Green+Blue) = 29+1+21=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0115 is #E2FEEA. Grayscale: #0B0B0B. Windows color (decimal): -14876395 or 1376541. OLE color: 1376541.

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

Color convert

RGB29121-
CMYK00.970.280.89
HSL317.14º93.33%5.88%-
HSV(B)317.14º96.55%11.37%-
XYZ0.650.340.74-
YUV11.65133.28140.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 56.86%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 21 (8.59% from 255) = 41.18%
R=56.86%
G=1.96%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2912100.970.280.89317.1493.335.88
Hex1D1150611C5913d5d6
Octal351250141341314751356
Binary11101110101011000011110010110011001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,1,21); }

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

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

 a { background-color: rgb(29,1,21); }

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

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

 span { border-color: rgb(29,1,21); }

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