#3D1524

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

Shades of Blackberry #3D1524

Tints of Blackberry #3D1524

Color information

#3D1524 (or 0x3D1524) is unknown color: approx Blackberry. HEX triplet: 3D, 15 and 24. RGB value is (61,21,36). Sum of RGB (Red+Green+Blue) = 61+21+36=118 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.69% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1524 is #C2EADB. Grayscale: #222222. Windows color (decimal): -12774108 or 2364733. OLE color: 2364733.

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

Color convert

RGB612136-
CMYK00.660.410.76
HSL337.5º48.78%16.08%-
HSV(B)337.5º65.57%23.92%-
XYZ2.511.661.86-
YUV34.67128.75146.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 51.69%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 36 (14.45% from 255) = 30.51%
R=51.69%
G=17.80%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61213600.660.410.76337.548.7816.08
Hex3D1524042294C1523110
Octal7525440102511145226120
Binary1111011010110010001000010101001100110010101001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,21,36); }

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

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

 a { background-color: rgb(61,21,36); }

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

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

 span { border-color: rgb(61,21,36); }

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