#350A1B

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

Shades of Blackberry #350A1B

Tints of Blackberry #350A1B

Color information

#350A1B (or 0x350A1B) is unknown color: approx Blackberry. HEX triplet: 35, 0A and 1B. RGB value is (53,10,27). Sum of RGB (Red+Green+Blue) = 53+10+27=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #350A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A1B is #CAF5E4. Grayscale: #181818. Windows color (decimal): -13301221 or 1772085. OLE color: 1772085.

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

Color convert

RGB531027-
CMYK00.810.490.79
HSL336.28º68.25%12.35%-
HSV(B)336.28º81.13%20.78%-
XYZ1.771.051.15-
YUV24.8129.25148.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 10 (4.30% from 255) = 11.11%
BLUE value IS 27 (10.94% from 255) = 30%
R=58.89%
G=11.11%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53102700.810.490.79336.2868.2512.35
Hex35A1B051314F15044c
Octal65123301216111752010414
Binary11010110101101101010001110001100111110101000010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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