#3D172D

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

Shades of Blackberry #3D172D

Tints of Blackberry #3D172D

Color information

#3D172D (or 0x3D172D) is unknown color: approx Blackberry. HEX triplet: 3D, 17 and 2D. RGB value is (61,23,45). Sum of RGB (Red+Green+Blue) = 61+23+45=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D172D is #C2E8D2. Grayscale: #242424. Windows color (decimal): -12773587 or 2955069. OLE color: 2955069.

HSL color Cylindrical-coordinate representation of color #3D172D: hue angle of 325.26º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D172D is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB612345-
CMYK00.620.260.76
HSL325.26º45.24%16.47%-
HSV(B)325.26º62.3%23.92%-
XYZ2.71.792.69-
YUV36.87132.59145.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.29%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=47.29%
G=17.83%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61234500.620.260.76325.2645.2416.47
Hex3D172D03E1A4C1452d10
Octal752755076321145055520
Binary11110110111101101011111011010100110010100010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D172D; }

 p { color: rgb(61,23,45); }

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

<style>
 a { background-color: #3D172D; }

 a { background-color: rgb(61,23,45); }

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

<style>
 span { border-color: #3D172D; }

 span { border-color: rgb(61,23,45); }

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