#3A041B

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

Shades of Blackberry #3A041B

Tints of Blackberry #3A041B

Color information

#3A041B (or 0x3A041B) is unknown color: approx Blackberry. HEX triplet: 3A, 04 and 1B. RGB value is (58,4,27). Sum of RGB (Red+Green+Blue) = 58+4+27=89 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.17% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 58 - color contains mainly: red. Hex color #3A041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A041B is #C5FBE4. Grayscale: #161616. Windows color (decimal): -12975077 or 1770554. OLE color: 1770554.

HSL color Cylindrical-coordinate representation of color #3A041B: hue angle of 334.44º 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 #3A041B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB58427-
CMYK00.930.530.77
HSL334.44º87.1%12.16%-
HSV(B)334.44º93.1%22.75%-
XYZ1.991.071.14-
YUV22.77130.39153.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 65.17%
GREEN value IS 4 (1.95% from 255) = 4.49%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=65.17%
G=4.49%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5842700.930.530.77334.4487.112.16
Hex3A41B05D354D14e57c
Octal7243301356511551612714
Binary1110101001101101011101110101100110110100111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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