#3E0733

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

Shades of Blackberry #3E0733

Tints of Blackberry #3E0733

Color information

#3E0733 (or 0x3E0733) is unknown color: approx Blackberry. HEX triplet: 3E, 07 and 33. RGB value is (62,7,51). Sum of RGB (Red+Green+Blue) = 62+7+51=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0733 is #C1F8CC. Grayscale: #1C1C1C. Windows color (decimal): -12712141 or 3344190. OLE color: 3344190.

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

Color convert

RGB62751-
CMYK00.890.180.76
HSL312º79.71%13.53%-
HSV(B)312º88.71%24.31%-
XYZ2.661.423.26-
YUV28.46140.72151.92-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 51.67%
GREEN value IS 7 (3.12% from 255) = 5.83%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=51.67%
G=5.83%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6275100.890.180.7631279.7113.53
Hex3E733059124C13850e
Octal7676301312211447012016
Binary1111101111100110101100110010100110010011100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,7,51); }

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

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

 a { background-color: rgb(62,7,51); }

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

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

 span { border-color: rgb(62,7,51); }

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