#1D0113

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

Shades of Blackberry #1D0113

Tints of Blackberry #1D0113

Color information

#1D0113 (or 0x1D0113) is unknown color: approx Blackberry. HEX triplet: 1D, 01 and 13. RGB value is (29,1,19). Sum of RGB (Red+Green+Blue) = 29+1+19=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0113 is #E2FEEC. Grayscale: #0B0B0B. Windows color (decimal): -14876397 or 1245469. OLE color: 1245469.

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

Color convert

RGB29119-
CMYK00.970.340.89
HSL321.43º93.33%5.88%-
HSV(B)321.43º96.55%11.37%-
XYZ0.640.330.65-
YUV11.42132.28140.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 59.18%
GREEN value IS 1 (0.78% from 255) = 2.04%
BLUE value IS 19 (7.81% from 255) = 38.78%
R=59.18%
G=2.04%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2911900.970.340.89321.4393.335.88
Hex1D11306122591415d6
Octal351230141421315011356
Binary111011100110110000110001010110011010000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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