#35041F

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

Shades of Blackberry #35041F

Tints of Blackberry #35041F

Color information

#35041F (or 0x35041F) is unknown color: approx Blackberry. HEX triplet: 35, 04 and 1F. RGB value is (53,4,31). Sum of RGB (Red+Green+Blue) = 53+4+31=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #35041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35041F is #CAFBE0. Grayscale: #151515. Windows color (decimal): -13302753 or 2032693. OLE color: 2032693.

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

Color convert

RGB53431-
CMYK00.920.420.79
HSL326.94º85.96%11.18%-
HSV(B)326.94º92.45%20.78%-
XYZ1.760.941.39-
YUV21.73133.23150.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 4 (1.95% from 255) = 4.55%
BLUE value IS 31 (12.5% from 255) = 35.23%
R=60.23%
G=4.55%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5343100.920.420.79326.9485.9611.18
Hex3541F05C2A4F14756b
Octal6543701345211750712613
Binary1101011001111101011100101010100111110100011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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