#3A051D

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

Shades of Blackberry #3A051D

Tints of Blackberry #3A051D

Color information

#3A051D (or 0x3A051D) is unknown color: approx Blackberry. HEX triplet: 3A, 05 and 1D. RGB value is (58,5,29). Sum of RGB (Red+Green+Blue) = 58+5+29=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A051D is #C5FAE2. Grayscale: #171717. Windows color (decimal): -12974819 or 1901882. OLE color: 1901882.

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

Color convert

RGB58529-
CMYK00.910.50.77
HSL332.83º84.13%12.35%-
HSV(B)332.83º91.38%22.75%-
XYZ2.021.11.27-
YUV23.58131.06152.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 63.04%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=63.04%
G=5.43%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.5
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5852900.910.50.77332.8384.1312.35
Hex3A51D05B324D14d54c
Octal7253501336211551512414
Binary1110101011110101011011110010100110110100110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,5,29); }

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

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

 a { background-color: rgb(58,5,29); }

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

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

 span { border-color: rgb(58,5,29); }

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