#34142A

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

Shades of Blackberry #34142A

Tints of Blackberry #34142A

Color information

#34142A (or 0x34142A) is unknown color: approx Blackberry. HEX triplet: 34, 14 and 2A. RGB value is (52,20,42). Sum of RGB (Red+Green+Blue) = 52+20+42=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #34142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34142A is #CBEBD5. Grayscale: #202020. Windows color (decimal): -13364182 or 2757684. OLE color: 2757684.

HSL color Cylindrical-coordinate representation of color #34142A: hue angle of 318.75º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34142A is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB522042-
CMYK00.620.190.80
HSL318.75º44.44%14.12%-
HSV(B)318.75º61.54%20.39%-
XYZ2.081.42.35-
YUV32.08133.6142.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=45.61%
G=17.54%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52204200.620.190.80318.7544.4414.12
Hex34142A03E135013f2ce
Octal642452076231204775416
Binary1101001010010101001111101001110100001001111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34142A; }

 p { color: rgb(52,20,42); }

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

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

 a { background-color: rgb(52,20,42); }

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

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

 span { border-color: rgb(52,20,42); }

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