#3A032F

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

Shades of Blackberry #3A032F

Tints of Blackberry #3A032F

Color information

#3A032F (or 0x3A032F) is unknown color: approx Blackberry. HEX triplet: 3A, 03 and 2F. RGB value is (58,3,47). Sum of RGB (Red+Green+Blue) = 58+3+47=108 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.70% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 58 - color contains mainly: red. Hex color #3A032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A032F is #C5FCD0. Grayscale: #181818. Windows color (decimal): -12975313 or 3081018. OLE color: 3081018.

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

Color convert

RGB58347-
CMYK00.950.190.77
HSL312º90.16%11.96%-
HSV(B)312º94.83%22.75%-
XYZ2.291.172.79-
YUV24.46140.72151.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 53.70%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 47 (18.75% from 255) = 43.52%
R=53.70%
G=2.78%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5834700.950.190.7731290.1611.96
Hex3A32F05F134D1385ac
Octal7235701372311547013214
Binary111010111011110101111110011100110110011100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,3,47); }

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

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

 a { background-color: rgb(58,3,47); }

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

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

 span { border-color: rgb(58,3,47); }

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