#3D0825

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

Shades of Blackberry #3D0825

Tints of Blackberry #3D0825

Color information

#3D0825 (or 0x3D0825) is unknown color: approx Blackberry. HEX triplet: 3D, 08 and 25. RGB value is (61,8,37). Sum of RGB (Red+Green+Blue) = 61+8+37=106 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.55% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0825 is #C2F7DA. Grayscale: #1B1B1B. Windows color (decimal): -12777435 or 2426941. OLE color: 2426941.

HSL color Cylindrical-coordinate representation of color #3D0825: hue angle of 327.17º 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 #3D0825 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.76.

Color convert

RGB61837-
CMYK00.870.390.76
HSL327.17º76.81%13.53%-
HSV(B)327.17º86.89%23.92%-
XYZ2.351.31.88-
YUV27.15133.56152.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 57.55%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 37 (14.84% from 255) = 34.91%
R=57.55%
G=7.55%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6183700.870.390.76327.1776.8113.53
Hex3D825057274C1474de
Octal75104501274711450711516
Binary111101100010010101010111100111100110010100011110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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