#3A041E

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

Shades of Blackberry #3A041E

Tints of Blackberry #3A041E

Color information

#3A041E (or 0x3A041E) is unknown color: approx Blackberry. HEX triplet: 3A, 04 and 1E. RGB value is (58,4,30). Sum of RGB (Red+Green+Blue) = 58+4+30=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A041E is #C5FBE1. Grayscale: #171717. Windows color (decimal): -12975074 or 1967162. OLE color: 1967162.

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

Color convert

RGB58430-
CMYK00.930.480.77
HSL331.11º87.1%12.16%-
HSV(B)331.11º93.1%22.75%-
XYZ2.021.081.33-
YUV23.11131.89152.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 63.04%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=63.04%
G=4.35%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5843000.930.480.77331.1187.112.16
Hex3A41E05D304D14b57c
Octal7243601356011551312714
Binary1110101001111001011101110000100110110100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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