#3D152A

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

Shades of Blackberry #3D152A

Tints of Blackberry #3D152A

Color information

#3D152A (or 0x3D152A) is unknown color: approx Blackberry. HEX triplet: 3D, 15 and 2A. RGB value is (61,21,42). Sum of RGB (Red+Green+Blue) = 61+21+42=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D152A is #C2EAD5. Grayscale: #232323. Windows color (decimal): -12774102 or 2757949. OLE color: 2757949.

HSL color Cylindrical-coordinate representation of color #3D152A: hue angle of 328.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 #3D152A is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.76.

Color convert

RGB612142-
CMYK00.660.310.76
HSL328.5º48.78%16.08%-
HSV(B)328.5º65.57%23.92%-
XYZ2.611.72.38-
YUV35.35131.75146.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 49.19%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=49.19%
G=16.94%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61214200.660.310.76328.548.7816.08
Hex3D152A0421F4C1483110
Octal7525520102371145106120
Binary111101101011010100100001011111100110010100100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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