#340129

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

Shades of Blackberry #340129

Tints of Blackberry #340129

Color information

#340129 (or 0x340129) is unknown color: approx Blackberry. HEX triplet: 34, 01 and 29. RGB value is (52,1,41). Sum of RGB (Red+Green+Blue) = 52+1+41=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #340129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340129 is #CBFED6. Grayscale: #141414. Windows color (decimal): -13369047 or 2687284. OLE color: 2687284.

HSL color Cylindrical-coordinate representation of color #340129: hue angle of 312.94º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340129 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB52141-
CMYK00.980.210.80
HSL312.94º96.23%10.39%-
HSV(B)312.94º98.08%20.39%-
XYZ1.830.912.18-
YUV20.81139.4150.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.32%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 41 (16.41% from 255) = 43.62%
R=55.32%
G=1.06%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5214100.980.210.80312.9496.2310.39
Hex34129062155013960a
Octal6415101422512047114012
Binary11010011010010110001010101101000010011100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340129; }

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

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

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

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

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

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

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

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