#3E0B35

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

Shades of Blackberry #3E0B35

Tints of Blackberry #3E0B35

Color information

#3E0B35 (or 0x3E0B35) is unknown color: approx Blackberry. HEX triplet: 3E, 0B and 35. RGB value is (62,11,53). Sum of RGB (Red+Green+Blue) = 62+11+53=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0B35 is #C1F4CA. Grayscale: #1E1E1E. Windows color (decimal): -12711115 or 3476286. OLE color: 3476286.

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

Color convert

RGB621153-
CMYK00.820.150.76
HSL310.59º69.86%14.31%-
HSV(B)310.59º82.26%24.31%-
XYZ2.751.523.52-
YUV31.04140.4150.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 49.21%
GREEN value IS 11 (4.69% from 255) = 8.73%
BLUE value IS 53 (21.09% from 255) = 42.06%
R=49.21%
G=8.73%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62115300.820.150.76310.5969.8614.31
Hex3EB35052F4C13746e
Octal76136501221711446710616
Binary1111101011110101010100101111100110010011011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,11,53); }

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

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

 a { background-color: rgb(62,11,53); }

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

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

 span { border-color: rgb(62,11,53); }

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