#331626

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

Shades of Blackberry #331626

Tints of Blackberry #331626

Color information

#331626 (or 0x331626) is unknown color: approx Blackberry. HEX triplet: 33, 16 and 26. RGB value is (51,22,38). Sum of RGB (Red+Green+Blue) = 51+22+38=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #331626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331626 is #CCE9D9. Grayscale: #202020. Windows color (decimal): -13429210 or 2496051. OLE color: 2496051.

HSL color Cylindrical-coordinate representation of color #331626: hue angle of 326.9º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #331626 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB512238-
CMYK00.570.250.8
HSL326.9º39.73%14.31%-
HSV(B)326.9º56.86%20%-
XYZ21.422-
YUV32.49131.11141.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=45.95%
G=19.82%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51223800.570.250.8326.939.7314.31
Hex331626039195014728e
Octal632646071311205075016
Binary1100111011010011001110011100110100001010001111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331626; }

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

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

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

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

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

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

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

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