#350B25

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

Shades of Blackberry #350B25

Tints of Blackberry #350B25

Color information

#350B25 (or 0x350B25) is unknown color: approx Blackberry. HEX triplet: 35, 0B and 25. RGB value is (53,11,37). Sum of RGB (Red+Green+Blue) = 53+11+37=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #350B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B25 is #CAF4DA. Grayscale: #1A1A1A. Windows color (decimal): -13300955 or 2427701. OLE color: 2427701.

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

Color convert

RGB531137-
CMYK00.790.300.79
HSL322.86º65.62%12.55%-
HSV(B)322.86º79.25%20.78%-
XYZ1.921.131.87-
YUV26.52133.91146.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 52.48%
GREEN value IS 11 (4.69% from 255) = 10.89%
BLUE value IS 37 (14.84% from 255) = 36.63%
R=52.48%
G=10.89%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53113700.790.300.79322.8665.6212.55
Hex35B2504F1E4F14342d
Octal65134501173611750310215
Binary11010110111001010100111111110100111110100001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,11,37); }

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

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

 a { background-color: rgb(53,11,37); }

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

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

 span { border-color: rgb(53,11,37); }

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