#2D031D

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

Shades of Blackberry #2D031D

Tints of Blackberry #2D031D

Color information

#2D031D (or 0x2D031D) is unknown color: approx Blackberry. HEX triplet: 2D, 03 and 1D. RGB value is (45,3,29). Sum of RGB (Red+Green+Blue) = 45+3+29=77 (10% of max value = 765). Red value is 45 (17.97% from 255 or 58.44% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 45 - color contains mainly: red. Hex color #2D031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D031D is #D2FCE2. Grayscale: #121212. Windows color (decimal): -13827299 or 1901357. OLE color: 1901357.

HSL color Cylindrical-coordinate representation of color #2D031D: hue angle of 322.86º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D031D is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB45329-
CMYK00.930.360.82
HSL322.86º87.5%9.41%-
HSV(B)322.86º93.33%17.65%-
XYZ1.340.711.23-
YUV18.52133.91146.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 58.44%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=58.44%
G=3.90%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4532900.930.360.82322.8687.59.41
Hex2D31D05D2452143589
Octal5533501354412250313011
Binary101101111110101011101100100101001010100001110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D031D; }

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

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

<style>
 a { background-color: #2D031D; }

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

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

<style>
 span { border-color: #2D031D; }

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

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