#34041D

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

Shades of Blackberry #34041D

Tints of Blackberry #34041D

Color information

#34041D (or 0x34041D) is unknown color: approx Blackberry. HEX triplet: 34, 04 and 1D. RGB value is (52,4,29). Sum of RGB (Red+Green+Blue) = 52+4+29=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #34041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34041D is #CBFBE2. Grayscale: #151515. Windows color (decimal): -13368291 or 1901620. OLE color: 1901620.

HSL color Cylindrical-coordinate representation of color #34041D: hue angle of 328.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34041D is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB52429-
CMYK00.920.440.80
HSL328.75º85.71%10.98%-
HSV(B)328.75º92.31%20.39%-
XYZ1.680.911.25-
YUV21.2132.4149.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.18%
GREEN value IS 4 (1.95% from 255) = 4.71%
BLUE value IS 29 (11.72% from 255) = 34.12%
R=61.18%
G=4.71%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5242900.920.440.80328.7585.7110.98
Hex3441D05C2C5014956b
Octal6443501345412051112613
Binary1101001001110101011100101100101000010100100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34041D; }

 p { color: rgb(52,4,29); }

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

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

 a { background-color: rgb(52,4,29); }

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

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

 span { border-color: rgb(52,4,29); }

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