#350A1F

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

Shades of Blackberry #350A1F

Tints of Blackberry #350A1F

Color information

#350A1F (or 0x350A1F) is unknown color: approx Blackberry. HEX triplet: 35, 0A and 1F. RGB value is (53,10,31). Sum of RGB (Red+Green+Blue) = 53+10+31=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A1F is #CAF5E0. Grayscale: #191919. Windows color (decimal): -13301217 or 2034229. OLE color: 2034229.

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

Color convert

RGB531031-
CMYK00.810.420.79
HSL330.7º68.25%12.35%-
HSV(B)330.7º81.13%20.78%-
XYZ1.821.071.41-
YUV25.25131.25147.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 10 (4.30% from 255) = 10.64%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=56.38%
G=10.64%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53103100.810.420.79330.768.2512.35
Hex35A1F0512A4F14b44c
Octal65123701215211751310414
Binary11010110101111101010001101010100111110100101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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