#35041A

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

Shades of Blackberry #35041A

Tints of Blackberry #35041A

Color information

#35041A (or 0x35041A) is unknown color: approx Blackberry. HEX triplet: 35, 04 and 1A. RGB value is (53,4,26). Sum of RGB (Red+Green+Blue) = 53+4+26=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #35041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35041A is #CAFBE5. Grayscale: #151515. Windows color (decimal): -13302758 or 1705013. OLE color: 1705013.

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

Color convert

RGB53426-
CMYK00.920.510.79
HSL333.06º85.96%11.18%-
HSV(B)333.06º92.45%20.78%-
XYZ1.70.921.07-
YUV21.16130.73150.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.86%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=63.86%
G=4.82%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5342600.920.510.79333.0685.9611.18
Hex3541A05C334F14d56b
Octal6543201346311751512613
Binary1101011001101001011100110011100111110100110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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