#361626

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

Shades of Blackberry #361626

Tints of Blackberry #361626

Color information

#361626 (or 0x361626) is unknown color: approx Blackberry. HEX triplet: 36, 16 and 26. RGB value is (54,22,38). Sum of RGB (Red+Green+Blue) = 54+22+38=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #361626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361626 is #C9E9D9. Grayscale: #212121. Windows color (decimal): -13232602 or 2496054. OLE color: 2496054.

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

Color convert

RGB542238-
CMYK00.590.300.79
HSL330º42.11%14.9%-
HSV(B)330º59.26%21.18%-
XYZ2.161.52.01-
YUV33.39130.6142.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 38 (15.23% from 255) = 33.33%
R=47.37%
G=19.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54223800.590.300.7933042.1114.9
Hex36162603B1E4F14a2af
Octal662646073361175125217
Binary1101101011010011001110111111010011111010010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361626; }

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

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

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

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

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

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

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

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