#3B0129

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

Shades of Blackberry #3B0129

Tints of Blackberry #3B0129

Color information

#3B0129 (or 0x3B0129) is unknown color: approx Blackberry. HEX triplet: 3B, 01 and 29. RGB value is (59,1,41). Sum of RGB (Red+Green+Blue) = 59+1+41=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0129 is #C4FED6. Grayscale: #161616. Windows color (decimal): -12910295 or 2687291. OLE color: 2687291.

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

Color convert

RGB59141-
CMYK00.980.310.77
HSL318.62º96.67%11.76%-
HSV(B)318.62º98.31%23.14%-
XYZ2.211.112.2-
YUV22.9138.22153.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 58.42%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 41 (16.41% from 255) = 40.59%
R=58.42%
G=0.99%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5914100.980.310.77318.6296.6711.76
Hex3B1290621F4D13f61c
Octal7315101423711547714114
Binary11101111010010110001011111100110110011111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,1,41); }

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

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

 a { background-color: rgb(59,1,41); }

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

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

 span { border-color: rgb(59,1,41); }

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