#350C2A

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

Shades of Blackberry #350C2A

Tints of Blackberry #350C2A

Color information

#350C2A (or 0x350C2A) is unknown color: approx Blackberry. HEX triplet: 35, 0C and 2A. RGB value is (53,12,42). Sum of RGB (Red+Green+Blue) = 53+12+42=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #350C2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C2A is #CAF3D5. Grayscale: #1B1B1B. Windows color (decimal): -13300694 or 2755637. OLE color: 2755637.

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

Color convert

RGB531242-
CMYK00.770.210.79
HSL316.1º63.08%12.75%-
HSV(B)316.1º77.36%20.78%-
XYZ2.021.192.31-
YUV27.68136.08146.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=49.53%
G=11.21%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53124200.770.210.79316.163.0812.75
Hex35C2A04D154F13c3fd
Octal6514520115251174747715
Binary1101011100101010010011011010110011111001111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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