#350B27

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

Shades of Blackberry #350B27

Tints of Blackberry #350B27

Color information

#350B27 (or 0x350B27) is unknown color: approx Blackberry. HEX triplet: 35, 0B and 27. RGB value is (53,11,39). Sum of RGB (Red+Green+Blue) = 53+11+39=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #350B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B27 is #CAF4D8. Grayscale: #1A1A1A. Windows color (decimal): -13300953 or 2558773. OLE color: 2558773.

HSL color Cylindrical-coordinate representation of color #350B27: hue angle of 320º 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 #350B27 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB531139-
CMYK00.790.260.79
HSL320º65.62%12.55%-
HSV(B)320º79.25%20.78%-
XYZ1.951.142.04-
YUV26.75134.91146.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 11 (4.69% from 255) = 10.68%
BLUE value IS 39 (15.62% from 255) = 37.86%
R=51.46%
G=10.68%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53113900.790.260.7932065.6212.55
Hex35B2704F1A4F14042d
Octal65134701173211750010215
Binary11010110111001110100111111010100111110100000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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