#3A061E

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

Shades of Blackberry #3A061E

Tints of Blackberry #3A061E

Color information

#3A061E (or 0x3A061E) is unknown color: approx Blackberry. HEX triplet: 3A, 06 and 1E. RGB value is (58,6,30). Sum of RGB (Red+Green+Blue) = 58+6+30=94 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.70% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 58 - color contains mainly: red. Hex color #3A061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A061E is #C5F9E1. Grayscale: #181818. Windows color (decimal): -12974562 or 1967674. OLE color: 1967674.

HSL color Cylindrical-coordinate representation of color #3A061E: hue angle of 332.31º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A061E is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.77.

Color convert

RGB58630-
CMYK00.900.480.77
HSL332.31º81.25%12.55%-
HSV(B)332.31º89.66%22.75%-
XYZ2.041.121.34-
YUV24.28131.23152.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 61.70%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 30 (12.11% from 255) = 31.91%
R=61.70%
G=6.38%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5863000.900.480.77332.3181.2512.55
Hex3A61E05A304D14c51d
Octal7263601326011551412115
Binary1110101101111001011010110000100110110100110010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,6,30); }

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

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

 a { background-color: rgb(58,6,30); }

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

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

 span { border-color: rgb(58,6,30); }

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