#3A0431

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

Shades of Blackberry #3A0431

Tints of Blackberry #3A0431

Color information

#3A0431 (or 0x3A0431) is unknown color: approx Blackberry. HEX triplet: 3A, 04 and 31. RGB value is (58,4,49). Sum of RGB (Red+Green+Blue) = 58+4+49=111 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.25% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0431 is #C5FBCE. Grayscale: #191919. Windows color (decimal): -12975055 or 3212346. OLE color: 3212346.

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

Color convert

RGB58449-
CMYK00.930.160.77
HSL310º87.1%12.16%-
HSV(B)310º93.1%22.75%-
XYZ2.341.213.02-
YUV25.28141.39151.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 52.25%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=52.25%
G=3.60%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5844900.930.160.7731087.112.16
Hex3A43105D104D13657c
Octal7246101352011546612714
Binary1110101001100010101110110000100110110011011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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