#34072B

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

Shades of Blackberry #34072B

Tints of Blackberry #34072B

Color information

#34072B (or 0x34072B) is unknown color: approx Blackberry. HEX triplet: 34, 07 and 2B. RGB value is (52,7,43). Sum of RGB (Red+Green+Blue) = 52+7+43=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #34072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34072B is #CBF8D4. Grayscale: #181818. Windows color (decimal): -13367509 or 2819892. OLE color: 2819892.

HSL color Cylindrical-coordinate representation of color #34072B: hue angle of 312º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34072B is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB52743-
CMYK00.870.170.80
HSL312º76.27%11.57%-
HSV(B)312º86.54%20.39%-
XYZ1.931.062.39-
YUV24.56138.41147.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.98%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 43 (17.19% from 255) = 42.16%
R=50.98%
G=6.86%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5274300.870.170.8031276.2711.57
Hex3472B05711501384cc
Octal6475301272112047011414
Binary1101001111010110101011110001101000010011100010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34072B; }

 p { color: rgb(52,7,43); }

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

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

 a { background-color: rgb(52,7,43); }

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

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

 span { border-color: rgb(52,7,43); }

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