#3D0929

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

Shades of Blackberry #3D0929

Tints of Blackberry #3D0929

Color information

#3D0929 (or 0x3D0929) is unknown color: approx Blackberry. HEX triplet: 3D, 09 and 29. RGB value is (61,9,41). Sum of RGB (Red+Green+Blue) = 61+9+41=111 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.95% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0929 is #C2F6D6. Grayscale: #1C1C1C. Windows color (decimal): -12777175 or 2689341. OLE color: 2689341.

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

Color convert

RGB61941-
CMYK00.850.330.76
HSL323.08º74.29%13.73%-
HSV(B)323.08º85.25%23.92%-
XYZ2.421.352.23-
YUV28.2135.23151.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 54.95%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=54.95%
G=8.11%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6194100.850.330.76323.0874.2913.73
Hex3D929055214C1434ae
Octal75115101254111450311216
Binary111101100110100101010101100001100110010100001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,9,41); }

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

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

 a { background-color: rgb(61,9,41); }

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

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

 span { border-color: rgb(61,9,41); }

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