#3B022E

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

Shades of Blackberry #3B022E

Tints of Blackberry #3B022E

Color information

#3B022E (or 0x3B022E) is unknown color: approx Blackberry. HEX triplet: 3B, 02 and 2E. RGB value is (59,2,46). Sum of RGB (Red+Green+Blue) = 59+2+46=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B022E is #C4FDD1. Grayscale: #171717. Windows color (decimal): -12910034 or 3015227. OLE color: 3015227.

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

Color convert

RGB59246-
CMYK00.970.220.77
HSL313.68º93.44%11.96%-
HSV(B)313.68º96.61%23.14%-
XYZ2.321.172.69-
YUV24.06140.38152.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 55.14%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 46 (18.36% from 255) = 42.99%
R=55.14%
G=1.87%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5924600.970.220.77313.6893.4411.96
Hex3B22E061164D13a5dc
Octal7325601412611547213514
Binary111011101011100110000110110100110110011101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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