#350A1D

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

Shades of Blackberry #350A1D

Tints of Blackberry #350A1D

Color information

#350A1D (or 0x350A1D) is unknown color: approx Blackberry. HEX triplet: 35, 0A and 1D. RGB value is (53,10,29). Sum of RGB (Red+Green+Blue) = 53+10+29=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #350A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A1D is #CAF5E2. Grayscale: #181818. Windows color (decimal): -13301219 or 1903157. OLE color: 1903157.

HSL color Cylindrical-coordinate representation of color #350A1D: hue angle of 333.49º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350A1D is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB531029-
CMYK00.810.450.79
HSL333.49º68.25%12.35%-
HSV(B)333.49º81.13%20.78%-
XYZ1.81.061.27-
YUV25.02130.25147.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 10 (4.30% from 255) = 10.87%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=57.61%
G=10.87%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53102900.810.450.79333.4968.2512.35
Hex35A1D0512D4F14d44c
Octal65123501215511751510414
Binary11010110101110101010001101101100111110100110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,10,29); }

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

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

 a { background-color: rgb(53,10,29); }

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

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

 span { border-color: rgb(53,10,29); }

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