#3E0030

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

Shades of Blackberry #3E0030

Tints of Blackberry #3E0030

Color information

#3E0030 (or 0x3E0030) is unknown color: approx Blackberry. HEX triplet: 3E, 00 and 30. RGB value is (62,0,48). Sum of RGB (Red+Green+Blue) = 62+0+48=110 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.36% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0030 is #C1FFCF. Grayscale: #171717. Windows color (decimal): -12713936 or 3145790. OLE color: 3145790.

HSL color Cylindrical-coordinate representation of color #3E0030: hue angle of 313.55º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0030 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB62048-
CMYK010.230.76
HSL313.55º100%12.16%-
HSV(B)313.55º100%24.31%-
XYZ2.521.242.9-
YUV24.01141.54155.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 56.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 43.64%
R=56.36%
G=0%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62048010.230.76313.5510012.16
Hex3E030064174C13a64c
Octal7606001442711447214414
Binary11111001100000110010010111100110010011101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,0,48); }

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

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

 a { background-color: rgb(62,0,48); }

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

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

 span { border-color: rgb(62,0,48); }

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