#3D1726

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

Shades of Blackberry #3D1726

Tints of Blackberry #3D1726

Color information

#3D1726 (or 0x3D1726) is unknown color: approx Blackberry. HEX triplet: 3D, 17 and 26. RGB value is (61,23,38). Sum of RGB (Red+Green+Blue) = 61+23+38=122 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1726 is #C2E8D9. Grayscale: #242424. Windows color (decimal): -12773594 or 2496317. OLE color: 2496317.

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

Color convert

RGB612338-
CMYK00.620.380.76
HSL336.32º45.24%16.47%-
HSV(B)336.32º62.3%23.92%-
XYZ2.581.742.03-
YUV36.07129.09145.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 38 (15.23% from 255) = 31.15%
R=50%
G=18.85%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61233800.620.380.76336.3245.2416.47
Hex3D172603E264C1502d10
Octal752746076461145205520
Binary111101101111001100111110100110100110010101000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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