#3B002A

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

Shades of Blackberry #3B002A

Tints of Blackberry #3B002A

Color information

#3B002A (or 0x3B002A) is unknown color: approx Blackberry. HEX triplet: 3B, 00 and 2A. RGB value is (59,0,42). Sum of RGB (Red+Green+Blue) = 59+0+42=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B002A is #C4FFD5. Grayscale: #161616. Windows color (decimal): -12910550 or 2752571. OLE color: 2752571.

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

Color convert

RGB59042-
CMYK010.290.77
HSL317.29º100%11.57%-
HSV(B)317.29º100%23.14%-
XYZ2.221.12.29-
YUV22.43139.05154.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 58.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 41.58%
R=58.42%
G=0%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59042010.290.77317.2910011.57
Hex3B02A0641D4D13d64c
Octal7305201443511547514414
Binary11101101010100110010011101100110110011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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