#3A0E30

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

Shades of Blackberry #3A0E30

Tints of Blackberry #3A0E30

Color information

#3A0E30 (or 0x3A0E30) is unknown color: approx Blackberry. HEX triplet: 3A, 0E and 30. RGB value is (58,14,48). Sum of RGB (Red+Green+Blue) = 58+14+48=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0E30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0E30 is #C5F1CF. Grayscale: #1E1E1E. Windows color (decimal): -12972496 or 3149370. OLE color: 3149370.

HSL color Cylindrical-coordinate representation of color #3A0E30: hue angle of 313.64º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A0E30 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB581448-
CMYK00.760.170.77
HSL313.64º61.11%14.12%-
HSV(B)313.64º75.86%22.75%-
XYZ2.441.432.94-
YUV31.03137.58147.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 48.33%
GREEN value IS 14 (5.86% from 255) = 11.67%
BLUE value IS 48 (19.14% from 255) = 40%
R=48.33%
G=11.67%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58144800.760.170.77313.6461.1114.12
Hex3AE3004C114D13a3de
Octal7216600114211154727516
Binary1110101110110000010011001000110011011001110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,14,48); }

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

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

 a { background-color: rgb(58,14,48); }

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

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

 span { border-color: rgb(58,14,48); }

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