#350C27

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

Shades of Blackberry #350C27

Tints of Blackberry #350C27

Color information

#350C27 (or 0x350C27) is unknown color: approx Blackberry. HEX triplet: 35, 0C and 27. RGB value is (53,12,39). Sum of RGB (Red+Green+Blue) = 53+12+39=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #350C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C27 is #CAF3D8. Grayscale: #1B1B1B. Windows color (decimal): -13300697 or 2559029. OLE color: 2559029.

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

Color convert

RGB531239-
CMYK00.770.260.79
HSL320.49º63.08%12.75%-
HSV(B)320.49º77.36%20.78%-
XYZ1.971.172.04-
YUV27.34134.58146.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 12 (5.08% from 255) = 11.54%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=50.96%
G=11.54%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53123900.770.260.79320.4963.0812.75
Hex35C2704D1A4F1403fd
Octal6514470115321175007715
Binary1101011100100111010011011101010011111010000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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