#3D172F

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

Shades of Blackberry #3D172F

Tints of Blackberry #3D172F

Color information

#3D172F (or 0x3D172F) is unknown color: approx Blackberry. HEX triplet: 3D, 17 and 2F. RGB value is (61,23,47). Sum of RGB (Red+Green+Blue) = 61+23+47=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 61 - color contains mainly: red. Hex color #3D172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D172F is #C2E8D0. Grayscale: #252525. Windows color (decimal): -12773585 or 3086141. OLE color: 3086141.

HSL color Cylindrical-coordinate representation of color #3D172F: hue angle of 322.11º 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 #3D172F is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB612347-
CMYK00.620.230.76
HSL322.11º45.24%16.47%-
HSV(B)322.11º62.3%23.92%-
XYZ2.741.812.89-
YUV37.1133.59145.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 46.56%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=46.56%
G=17.56%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61234700.620.230.76322.1145.2416.47
Hex3D172F03E174C1422d10
Octal752757076271145025520
Binary11110110111101111011111010111100110010100001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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