#3d1034

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

Shades of Blackberry #3D1034

Tints of Blackberry #3D1034

Color information

#3D1034 (or 0x3D1034) is unknown color: approx Blackberry. HEX triplet: 3D, 10 and 34. RGB value is (61,16,52). Sum of RGB (Red+Green+Blue) = 61+16+52=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1034 is #C2EFCB. Grayscale: #212121. Windows color (decimal): -12775372 or 3412029. OLE color: 3412029.

HSL color Cylindrical-coordinate representation of color #3D1034: hue angle of 312º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D1034 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB611652-
CMYK00.740.150.76
HSL312º58.44%15.1%-
HSV(B)312º73.77%23.92%-
XYZ2.731.613.42-
YUV33.56138.41147.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.29%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=47.29%
G=12.40%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61165200.740.150.7631258.4415.1
Hex3D103404AF4C1383af
Octal7520640112171144707217
Binary1111011000011010001001010111110011001001110001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d1034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,16,52); }

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

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

 a { background-color: rgb(61,16,52); }

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

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

 span { border-color: rgb(61,16,52); }

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