#350C2B

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

Shades of Blackberry #350C2B

Tints of Blackberry #350C2B

Color information

#350C2B (or 0x350C2B) is unknown color: approx Blackberry. HEX triplet: 35, 0C and 2B. RGB value is (53,12,43). Sum of RGB (Red+Green+Blue) = 53+12+43=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #350C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C2B is #CAF3D4. Grayscale: #1B1B1B. Windows color (decimal): -13300693 or 2821173. OLE color: 2821173.

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

Color convert

RGB531243-
CMYK00.770.190.79
HSL314.63º63.08%12.75%-
HSV(B)314.63º77.36%20.78%-
XYZ2.041.192.41-
YUV27.79136.58145.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 12 (5.08% from 255) = 11.11%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=49.07%
G=11.11%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53124300.770.190.79314.6363.0812.75
Hex35C2B04D134F13b3fd
Octal6514530115231174737715
Binary1101011100101011010011011001110011111001110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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