#350227

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

Shades of Blackberry #350227

Tints of Blackberry #350227

Color information

#350227 (or 0x350227) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 27. RGB value is (53,2,39). Sum of RGB (Red+Green+Blue) = 53+2+39=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350227 is #CAFDD8. Grayscale: #151515. Windows color (decimal): -13303257 or 2556469. OLE color: 2556469.

HSL color Cylindrical-coordinate representation of color #350227: hue angle of 316.47º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350227 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB53239-
CMYK00.960.260.79
HSL316.47º92.73%10.78%-
HSV(B)316.47º96.23%20.78%-
XYZ1.860.952-
YUV21.47137.9150.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 39 (15.62% from 255) = 41.49%
R=56.38%
G=2.13%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5323900.960.260.79316.4792.7310.78
Hex352270601A4F13c5db
Octal6524701403211747413513
Binary110101101001110110000011010100111110011110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350227; }

 p { color: rgb(53,2,39); }

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

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

 a { background-color: rgb(53,2,39); }

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

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

 span { border-color: rgb(53,2,39); }

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