#35041D

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

Shades of Blackberry #35041D

Tints of Blackberry #35041D

Color information

#35041D (or 0x35041D) is unknown color: approx Blackberry. HEX triplet: 35, 04 and 1D. RGB value is (53,4,29). Sum of RGB (Red+Green+Blue) = 53+4+29=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #35041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35041D is #CAFBE2. Grayscale: #151515. Windows color (decimal): -13302755 or 1901621. OLE color: 1901621.

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

Color convert

RGB53429-
CMYK00.920.450.79
HSL329.39º85.96%11.18%-
HSV(B)329.39º92.45%20.78%-
XYZ1.730.931.25-
YUV21.5132.23150.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 61.63%
GREEN value IS 4 (1.95% from 255) = 4.65%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=61.63%
G=4.65%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5342900.920.450.79329.3985.9611.18
Hex3541D05C2D4F14956b
Octal6543501345511751112613
Binary1101011001110101011100101101100111110100100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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