#35041E

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

Shades of Blackberry #35041E

Tints of Blackberry #35041E

Color information

#35041E (or 0x35041E) is unknown color: approx Blackberry. HEX triplet: 35, 04 and 1E. RGB value is (53,4,30). Sum of RGB (Red+Green+Blue) = 53+4+30=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #35041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35041E is #CAFBE1. Grayscale: #151515. Windows color (decimal): -13302754 or 1967157. OLE color: 1967157.

HSL color Cylindrical-coordinate representation of color #35041E: hue angle of 328.16º 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 #35041E is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB53430-
CMYK00.920.430.79
HSL328.16º85.96%11.18%-
HSV(B)328.16º92.45%20.78%-
XYZ1.750.941.32-
YUV21.62132.73150.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.92%
GREEN value IS 4 (1.95% from 255) = 4.60%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=60.92%
G=4.60%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5343000.920.430.79328.1685.9611.18
Hex3541E05C2B4F14856b
Octal6543601345311751012613
Binary1101011001111001011100101011100111110100100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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