#3A071E

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

Shades of Blackberry #3A071E

Tints of Blackberry #3A071E

Color information

#3A071E (or 0x3A071E) is unknown color: approx Blackberry. HEX triplet: 3A, 07 and 1E. RGB value is (58,7,30). Sum of RGB (Red+Green+Blue) = 58+7+30=95 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.05% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 58 - color contains mainly: red. Hex color #3A071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A071E is #C5F8E1. Grayscale: #181818. Windows color (decimal): -12974306 or 1967930. OLE color: 1967930.

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

Color convert

RGB58730-
CMYK00.880.480.77
HSL332.94º78.46%12.75%-
HSV(B)332.94º87.93%22.75%-
XYZ2.061.151.34-
YUV24.87130.9151.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 61.05%
GREEN value IS 7 (3.12% from 255) = 7.37%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=61.05%
G=7.37%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5873000.880.480.77332.9478.4612.75
Hex3A71E058304D14d4ed
Octal7273601306011551511615
Binary1110101111111001011000110000100110110100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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