#34092A

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

Shades of Blackberry #34092A

Tints of Blackberry #34092A

Color information

#34092A (or 0x34092A) is unknown color: approx Blackberry. HEX triplet: 34, 09 and 2A. RGB value is (52,9,42). Sum of RGB (Red+Green+Blue) = 52+9+42=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #34092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34092A is #CBF6D5. Grayscale: #191919. Windows color (decimal): -13366998 or 2754868. OLE color: 2754868.

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

Color convert

RGB52942-
CMYK00.830.190.80
HSL313.95º70.49%11.96%-
HSV(B)313.95º82.69%20.39%-
XYZ1.931.092.3-
YUV25.62137.25146.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.49%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=50.49%
G=8.74%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5294200.830.190.80313.9570.4911.96
Hex3492A053135013a46c
Octal64115201232312047210614
Binary11010010011010100101001110011101000010011101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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