#34111F

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

Shades of Blackberry #34111F

Tints of Blackberry #34111F

Color information

#34111F (or 0x34111F) is unknown color: approx Blackberry. HEX triplet: 34, 11 and 1F. RGB value is (52,17,31). Sum of RGB (Red+Green+Blue) = 52+17+31=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #34111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34111F is #CBEEE0. Grayscale: #1D1D1D. Windows color (decimal): -13364961 or 2036020. OLE color: 2036020.

HSL color Cylindrical-coordinate representation of color #34111F: hue angle of 336º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34111F is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB521731-
CMYK00.670.400.80
HSL336º50.72%13.53%-
HSV(B)336º67.31%20.39%-
XYZ1.861.231.44-
YUV29.06129.1144.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52%
GREEN value IS 17 (7.03% from 255) = 17%
BLUE value IS 31 (12.5% from 255) = 31%
R=52%
G=17%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52173100.670.400.8033650.7213.53
Hex34111F043285015033e
Octal6421370103501205206316
Binary11010010001111110100001110100010100001010100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34111F; }

 p { color: rgb(52,17,31); }

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

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

 a { background-color: rgb(52,17,31); }

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

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

 span { border-color: rgb(52,17,31); }

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