#3A001D

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

Shades of Blackberry #3A001D

Tints of Blackberry #3A001D

Color information

#3A001D (or 0x3A001D) is unknown color: approx Blackberry. HEX triplet: 3A, 00 and 1D. RGB value is (58,0,29). Sum of RGB (Red+Green+Blue) = 58+0+29=87 (11% of max value = 765). Red value is 58 (23.05% from 255 or 66.67% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 58 - color contains mainly: red. Hex color #3A001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A001D is #C5FFE2. Grayscale: #141414. Windows color (decimal): -12976099 or 1900602. OLE color: 1900602.

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

Color convert

RGB58029-
CMYK010.50.77
HSL330º100%11.37%-
HSV(B)330º100%22.75%-
XYZ1.970.991.25-
YUV20.65132.72154.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.5
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58029010.50.7733010011.37
Hex3A01D064324D14a64b
Octal7203501446211551214413
Binary11101001110101100100110010100110110100101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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