#3A0025

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

Shades of Blackberry #3A0025

Tints of Blackberry #3A0025

Color information

#3A0025 (or 0x3A0025) is unknown color: approx Blackberry. HEX triplet: 3A, 00 and 25. RGB value is (58,0,37). Sum of RGB (Red+Green+Blue) = 58+0+37=95 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.05% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0025 is #C5FFDA. Grayscale: #151515. Windows color (decimal): -12976091 or 2424890. OLE color: 2424890.

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

Color convert

RGB58037-
CMYK010.360.77
HSL321.72º100%11.37%-
HSV(B)321.72º100%22.75%-
XYZ2.081.031.84-
YUV21.56136.72153.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 61.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=61.05%
G=0%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58037010.360.77321.7210011.37
Hex3A025064244D14264b
Octal7204501444411550214413
Binary111010010010101100100100100100110110100001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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