#35061A

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

Shades of Blackberry #35061A

Tints of Blackberry #35061A

Color information

#35061A (or 0x35061A) is unknown color: approx Blackberry. HEX triplet: 35, 06 and 1A. RGB value is (53,6,26). Sum of RGB (Red+Green+Blue) = 53+6+26=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #35061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35061A is #CAF9E5. Grayscale: #161616. Windows color (decimal): -13302246 or 1705525. OLE color: 1705525.

HSL color Cylindrical-coordinate representation of color #35061A: hue angle of 334.47º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35061A is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB53626-
CMYK00.890.510.79
HSL334.47º79.66%11.57%-
HSV(B)334.47º88.68%20.78%-
XYZ1.720.961.07-
YUV22.33130.07149.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 62.35%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=62.35%
G=7.06%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5362600.890.510.79334.4779.6611.57
Hex3561A059334F14e50c
Octal6563201316311751612014
Binary1101011101101001011001110011100111110100111010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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