#3D0828

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

Shades of Blackberry #3D0828

Tints of Blackberry #3D0828

Color information

#3D0828 (or 0x3D0828) is unknown color: approx Blackberry. HEX triplet: 3D, 08 and 28. RGB value is (61,8,40). Sum of RGB (Red+Green+Blue) = 61+8+40=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0828 is #C2F7D7. Grayscale: #1B1B1B. Windows color (decimal): -12777432 or 2623549. OLE color: 2623549.

HSL color Cylindrical-coordinate representation of color #3D0828: hue angle of 323.77º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D0828 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.76.

Color convert

RGB61840-
CMYK00.870.340.76
HSL323.77º76.81%13.53%-
HSV(B)323.77º86.89%23.92%-
XYZ2.391.322.14-
YUV27.5135.06151.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.96%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 40 (16.02% from 255) = 36.70%
R=55.96%
G=7.34%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6184000.870.340.76323.7776.8113.53
Hex3D828057224C1444de
Octal75105001274211450411516
Binary111101100010100001010111100010100110010100010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,8,40); }

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

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

 a { background-color: rgb(61,8,40); }

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

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

 span { border-color: rgb(61,8,40); }

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