#3B022A

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

Shades of Blackberry #3B022A

Tints of Blackberry #3B022A

Color information

#3B022A (or 0x3B022A) is unknown color: approx Blackberry. HEX triplet: 3B, 02 and 2A. RGB value is (59,2,42). Sum of RGB (Red+Green+Blue) = 59+2+42=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B022A is #C4FDD5. Grayscale: #171717. Windows color (decimal): -12910038 or 2753083. OLE color: 2753083.

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

Color convert

RGB59242-
CMYK00.970.290.77
HSL317.89º93.44%11.96%-
HSV(B)317.89º96.61%23.14%-
XYZ2.241.142.29-
YUV23.6138.38153.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 57.28%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=57.28%
G=1.94%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5924200.970.290.77317.8993.4411.96
Hex3B22A0611D4D13e5dc
Octal7325201413511547613514
Binary111011101010100110000111101100110110011111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,2,42); }

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

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

 a { background-color: rgb(59,2,42); }

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

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

 span { border-color: rgb(59,2,42); }

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