#3A041F

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

Shades of Blackberry #3A041F

Tints of Blackberry #3A041F

Color information

#3A041F (or 0x3A041F) is unknown color: approx Blackberry. HEX triplet: 3A, 04 and 1F. RGB value is (58,4,31). Sum of RGB (Red+Green+Blue) = 58+4+31=93 (12% of max value = 765). Red value is 58 (23.05% from 255 or 62.37% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 58 - color contains mainly: red. Hex color #3A041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A041F is #C5FBE0. Grayscale: #171717. Windows color (decimal): -12975073 or 2032698. OLE color: 2032698.

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

Color convert

RGB58431-
CMYK00.930.470.77
HSL330º87.1%12.16%-
HSV(B)330º93.1%22.75%-
XYZ2.041.091.4-
YUV23.22132.39152.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 62.37%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=62.37%
G=4.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5843100.930.470.7733087.112.16
Hex3A41F05D2F4D14a57c
Octal7243701355711551212714
Binary1110101001111101011101101111100110110100101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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