#1D0314

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

Shades of Blackberry #1D0314

Tints of Blackberry #1D0314

Color information

#1D0314 (or 0x1D0314) is unknown color: approx Blackberry. HEX triplet: 1D, 03 and 14. RGB value is (29,3,20). Sum of RGB (Red+Green+Blue) = 29+3+20=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0314 is #E2FCEB. Grayscale: #0C0C0C. Windows color (decimal): -14875884 or 1311517. OLE color: 1311517.

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

Color convert

RGB29320-
CMYK00.900.310.89
HSL320.77º81.25%6.27%-
HSV(B)320.77º89.66%11.37%-
XYZ0.670.380.7-
YUV12.71132.11139.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 55.77%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=55.77%
G=5.77%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2932000.900.310.89320.7781.256.27
Hex1D31405A1F59141516
Octal353240132371315011216
Binary111011110100010110101111110110011010000011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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