#3B1429

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

Shades of Blackberry #3B1429

Tints of Blackberry #3B1429

Color information

#3B1429 (or 0x3B1429) is unknown color: approx Blackberry. HEX triplet: 3B, 14 and 29. RGB value is (59,20,41). Sum of RGB (Red+Green+Blue) = 59+20+41=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1429 is #C4EBD6. Grayscale: #222222. Windows color (decimal): -12905431 or 2692155. OLE color: 2692155.

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

Color convert

RGB592041-
CMYK00.660.310.77
HSL327.69º49.37%15.49%-
HSV(B)327.69º66.1%23.14%-
XYZ2.451.592.28-
YUV34.06131.92145.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 49.17%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=49.17%
G=16.67%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59204100.660.310.77327.6949.3715.49
Hex3B14290421F4D14831f
Octal7324510102371155106117
Binary11101110100101001010000101111110011011010010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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