#351E2B

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

Shades of Blackberry #351E2B

Tints of Blackberry #351E2B

Color information

#351E2B (or 0x351E2B) is unknown color: approx Blackberry. HEX triplet: 35, 1E and 2B. RGB value is (53,30,43). Sum of RGB (Red+Green+Blue) = 53+30+43=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #351E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E2B is #CAE1D4. Grayscale: #262626. Windows color (decimal): -13296085 or 2825781. OLE color: 2825781.

HSL color Cylindrical-coordinate representation of color #351E2B: hue angle of 326.09º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #351E2B is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB533043-
CMYK00.430.190.79
HSL326.09º27.71%16.27%-
HSV(B)326.09º43.4%20.78%-
XYZ2.371.862.52-
YUV38.36130.62138.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 30 (12.11% from 255) = 23.81%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=42.06%
G=23.81%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53304300.430.190.79326.0927.7116.27
Hex351E2B02B134F1461c10
Octal653653053231175063420
Binary1101011111010101101010111001110011111010001101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351E2B; }

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

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

<style>
 a { background-color: #351E2B; }

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

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

<style>
 span { border-color: #351E2B; }

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

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