#350C24

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

Shades of Blackberry #350C24

Tints of Blackberry #350C24

Color information

#350C24 (or 0x350C24) is unknown color: approx Blackberry. HEX triplet: 35, 0C and 24. RGB value is (53,12,36). Sum of RGB (Red+Green+Blue) = 53+12+36=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #350C24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C24 is #CAF3DB. Grayscale: #1A1A1A. Windows color (decimal): -13300700 or 2362421. OLE color: 2362421.

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

Color convert

RGB531236-
CMYK00.770.320.79
HSL324.88º63.08%12.75%-
HSV(B)324.88º77.36%20.78%-
XYZ1.921.151.79-
YUV26.99133.08146.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 52.48%
GREEN value IS 12 (5.08% from 255) = 11.88%
BLUE value IS 36 (14.45% from 255) = 35.64%
R=52.48%
G=11.88%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53123600.770.320.79324.8863.0812.75
Hex35C2404D204F1453fd
Octal6514440115401175057715
Binary11010111001001000100110110000010011111010001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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