#1D0214

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

Shades of Blackberry #1D0214

Tints of Blackberry #1D0214

Color information

#1D0214 (or 0x1D0214) is unknown color: approx Blackberry. HEX triplet: 1D, 02 and 14. RGB value is (29,2,20). Sum of RGB (Red+Green+Blue) = 29+2+20=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0214 is #E2FDEB. Grayscale: #0C0C0C. Windows color (decimal): -14876140 or 1311261. OLE color: 1311261.

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

Color convert

RGB29220-
CMYK00.930.310.89
HSL320º87.1%6.08%-
HSV(B)320º93.1%11.37%-
XYZ0.650.360.7-
YUV12.12132.45140.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 56.86%
GREEN value IS 2 (1.17% from 255) = 3.92%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=56.86%
G=3.92%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2922000.930.310.8932087.16.08
Hex1D21405D1F59140576
Octal352240135371315001276
Binary111011010100010111011111110110011010000001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,2,20); }

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

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

 a { background-color: rgb(29,2,20); }

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

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

 span { border-color: rgb(29,2,20); }

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