#351826

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

Shades of Blackberry #351826

Tints of Blackberry #351826

Color information

#351826 (or 0x351826) is unknown color: approx Blackberry. HEX triplet: 35, 18 and 26. RGB value is (53,24,38). Sum of RGB (Red+Green+Blue) = 53+24+38=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #351826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351826 is #CAE7D9. Grayscale: #222222. Windows color (decimal): -13297626 or 2496565. OLE color: 2496565.

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

Color convert

RGB532438-
CMYK00.550.280.79
HSL331.03º37.66%15.1%-
HSV(B)331.03º54.72%20.78%-
XYZ2.141.552.02-
YUV34.27130.11141.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=46.09%
G=20.87%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53243800.550.280.79331.0337.6615.1
Hex3518260371C4F14b26f
Octal653046067341175134617
Binary1101011100010011001101111110010011111010010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351826; }

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

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

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

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

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

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

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

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