#350F26

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

Shades of Blackberry #350F26

Tints of Blackberry #350F26

Color information

#350F26 (or 0x350F26) is unknown color: approx Blackberry. HEX triplet: 35, 0F and 26. RGB value is (53,15,38). Sum of RGB (Red+Green+Blue) = 53+15+38=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #350F26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F26 is #CAF0D9. Grayscale: #1C1C1C. Windows color (decimal): -13299930 or 2494261. OLE color: 2494261.

HSL color Cylindrical-coordinate representation of color #350F26: hue angle of 323.68º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #350F26 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB531538-
CMYK00.720.280.79
HSL323.68º55.88%13.33%-
HSV(B)323.68º71.7%20.78%-
XYZ1.991.241.97-
YUV28.98133.09145.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 38 (15.23% from 255) = 35.85%
R=50%
G=14.15%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53153800.720.280.79323.6855.8813.33
Hex35F260481C4F14438d
Octal6517460110341175047015
Binary1101011111100110010010001110010011111010001001110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350F26; }

 p { color: rgb(53,15,38); }

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

<style>
 a { background-color: #350F26; }

 a { background-color: rgb(53,15,38); }

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

<style>
 span { border-color: #350F26; }

 span { border-color: rgb(53,15,38); }

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