#3E0028

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

Shades of Blackberry #3E0028

Tints of Blackberry #3E0028

Color information

#3E0028 (or 0x3E0028) is unknown color: approx Blackberry. HEX triplet: 3E, 00 and 28. RGB value is (62,0,40). Sum of RGB (Red+Green+Blue) = 62+0+40=102 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.78% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0028 is #C1FFD7. Grayscale: #171717. Windows color (decimal): -12713944 or 2621502. OLE color: 2621502.

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

Color convert

RGB62040-
CMYK010.350.76
HSL321.29º100%12.16%-
HSV(B)321.29º100%24.31%-
XYZ2.371.182.11-
YUV23.1137.54155.75-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 60.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 39.22%
R=60.78%
G=0%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62040010.350.76321.2910012.16
Hex3E028064234C14164c
Octal7605001444311450114414
Binary111110010100001100100100011100110010100000111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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