#351626

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

Shades of Blackberry #351626

Tints of Blackberry #351626

Color information

#351626 (or 0x351626) is unknown color: approx Blackberry. HEX triplet: 35, 16 and 26. RGB value is (53,22,38). Sum of RGB (Red+Green+Blue) = 53+22+38=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #351626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351626 is #CAE9D9. Grayscale: #212121. Windows color (decimal): -13298138 or 2496053. OLE color: 2496053.

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

Color convert

RGB532238-
CMYK00.580.280.79
HSL329.03º41.33%14.71%-
HSV(B)329.03º58.49%20.78%-
XYZ2.11.472.01-
YUV33.09130.77142.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=46.90%
G=19.47%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53223800.580.280.79329.0341.3314.71
Hex35162603A1C4F14929f
Octal652646072341175115117
Binary1101011011010011001110101110010011111010010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351626; }

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

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

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

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

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

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

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

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