#3B062A

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

Shades of Blackberry #3B062A

Tints of Blackberry #3B062A

Color information

#3B062A (or 0x3B062A) is unknown color: approx Blackberry. HEX triplet: 3B, 06 and 2A. RGB value is (59,6,42). Sum of RGB (Red+Green+Blue) = 59+6+42=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B062A is #C4F9D5. Grayscale: #191919. Windows color (decimal): -12909014 or 2754107. OLE color: 2754107.

HSL color Cylindrical-coordinate representation of color #3B062A: hue angle of 319.25º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B062A is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB59642-
CMYK00.900.290.77
HSL319.25º81.54%12.75%-
HSV(B)319.25º89.83%23.14%-
XYZ2.291.232.31-
YUV25.95137.06151.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 55.14%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=55.14%
G=5.61%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5964200.900.290.77319.2581.5412.75
Hex3B62A05A1D4D13f52d
Octal7365201323511547712215
Binary1110111101010100101101011101100110110011111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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