#3D091E

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

Shades of Blackberry #3D091E

Tints of Blackberry #3D091E

Color information

#3D091E (or 0x3D091E) is unknown color: approx Blackberry. HEX triplet: 3D, 09 and 1E. RGB value is (61,9,30). Sum of RGB (Red+Green+Blue) = 61+9+30=100 (13% of max value = 765). Red value is 61 (24.22% from 255 or 61% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 61 - color contains mainly: red. Hex color #3D091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D091E is #C2F6E1. Grayscale: #1A1A1A. Windows color (decimal): -12777186 or 1968445. OLE color: 1968445.

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

Color convert

RGB61930-
CMYK00.850.510.76
HSL335.77º74.29%13.73%-
HSV(B)335.77º85.25%23.92%-
XYZ2.261.281.36-
YUV26.94129.73152.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 61%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 30 (12.11% from 255) = 30%
R=61%
G=9%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6193000.850.510.76335.7774.2913.73
Hex3D91E055334C1504ae
Octal75113601256311452011216
Binary11110110011111001010101110011100110010101000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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