#3D1122

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

Shades of Blackberry #3D1122

Tints of Blackberry #3D1122

Color information

#3D1122 (or 0x3D1122) is unknown color: approx Blackberry. HEX triplet: 3D, 11 and 22. RGB value is (61,17,34). Sum of RGB (Red+Green+Blue) = 61+17+34=112 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.46% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1122 is #C2EEDD. Grayscale: #202020. Windows color (decimal): -12775134 or 2232637. OLE color: 2232637.

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

Color convert

RGB611734-
CMYK00.720.440.76
HSL336.82º56.41%15.29%-
HSV(B)336.82º72.13%23.92%-
XYZ2.411.511.68-
YUV32.09129.08148.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 54.46%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 34 (13.67% from 255) = 30.36%
R=54.46%
G=15.18%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61173400.720.440.76336.8256.4115.29
Hex3D11220482C4C15138f
Octal7521420110541145217017
Binary111101100011000100100100010110010011001010100011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,17,34); }

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

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

 a { background-color: rgb(61,17,34); }

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

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

 span { border-color: rgb(61,17,34); }

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