#350426

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

Shades of Blackberry #350426

Tints of Blackberry #350426

Color information

#350426 (or 0x350426) is unknown color: approx Blackberry. HEX triplet: 35, 04 and 26. RGB value is (53,4,38). Sum of RGB (Red+Green+Blue) = 53+4+38=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #350426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350426 is #CAFBD9. Grayscale: #161616. Windows color (decimal): -13302746 or 2491445. OLE color: 2491445.

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

Color convert

RGB53438-
CMYK00.920.280.79
HSL318.37º85.96%11.18%-
HSV(B)318.37º92.45%20.78%-
XYZ1.860.981.93-
YUV22.53136.73149.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.79%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 38 (15.23% from 255) = 40%
R=55.79%
G=4.21%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5343800.920.280.79318.3785.9611.18
Hex3542605C1C4F13e56b
Octal6544601343411747612613
Binary1101011001001100101110011100100111110011111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350426; }

 p { color: rgb(53,4,38); }

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

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

 a { background-color: rgb(53,4,38); }

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

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

 span { border-color: rgb(53,4,38); }

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