#3E072B

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

Shades of Blackberry #3E072B

Tints of Blackberry #3E072B

Color information

#3E072B (or 0x3E072B) is unknown color: approx Blackberry. HEX triplet: 3E, 07 and 2B. RGB value is (62,7,43). Sum of RGB (Red+Green+Blue) = 62+7+43=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E072B is #C1F8D4. Grayscale: #1B1B1B. Windows color (decimal): -12712149 or 2819902. OLE color: 2819902.

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

Color convert

RGB62743-
CMYK00.890.310.76
HSL320.73º79.71%13.53%-
HSV(B)320.73º88.71%24.31%-
XYZ2.51.352.41-
YUV27.55136.72152.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 55.36%
GREEN value IS 7 (3.12% from 255) = 6.25%
BLUE value IS 43 (17.19% from 255) = 38.39%
R=55.36%
G=6.25%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6274300.890.310.76320.7379.7113.53
Hex3E72B0591F4C14150e
Octal7675301313711450112016
Binary1111101111010110101100111111100110010100000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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