#3E031D

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

Shades of Blackberry #3E031D

Tints of Blackberry #3E031D

Color information

#3E031D (or 0x3E031D) is unknown color: approx Blackberry. HEX triplet: 3E, 03 and 1D. RGB value is (62,3,29). Sum of RGB (Red+Green+Blue) = 62+3+29=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E031D is #C1FCE2. Grayscale: #171717. Windows color (decimal): -12713187 or 1901374. OLE color: 1901374.

HSL color Cylindrical-coordinate representation of color #3E031D: hue angle of 333.56º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E031D is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.76.

Color convert

RGB62329-
CMYK00.950.530.76
HSL333.56º90.77%12.75%-
HSV(B)333.56º95.16%24.31%-
XYZ2.241.181.27-
YUV23.6131.05155.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 65.96%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=65.96%
G=3.19%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6232900.950.530.76333.5690.7712.75
Hex3E31D05F354C14e5bd
Octal7633501376511451613315
Binary111110111110101011111110101100110010100111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,3,29); }

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

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

 a { background-color: rgb(62,3,29); }

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

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

 span { border-color: rgb(62,3,29); }

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