#3A091D

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

Shades of Blackberry #3A091D

Tints of Blackberry #3A091D

Color information

#3A091D (or 0x3A091D) is unknown color: approx Blackberry. HEX triplet: 3A, 09 and 1D. RGB value is (58,9,29). Sum of RGB (Red+Green+Blue) = 58+9+29=96 (12% of max value = 765). Red value is 58 (23.05% from 255 or 60.42% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 58 - color contains mainly: red. Hex color #3A091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A091D is #C5F6E2. Grayscale: #191919. Windows color (decimal): -12973795 or 1902906. OLE color: 1902906.

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

Color convert

RGB58929-
CMYK00.840.50.77
HSL335.51º73.13%13.14%-
HSV(B)335.51º84.48%22.75%-
XYZ2.061.181.28-
YUV25.93129.73150.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 60.42%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=60.42%
G=9.38%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.5
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5892900.840.50.77335.5173.1313.14
Hex3A91D054324D15049d
Octal72113501246211552011115
Binary11101010011110101010100110010100110110101000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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