#361A26

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

Shades of Blackberry #361A26

Tints of Blackberry #361A26

Color information

#361A26 (or 0x361A26) is unknown color: approx Blackberry. HEX triplet: 36, 1A and 26. RGB value is (54,26,38). Sum of RGB (Red+Green+Blue) = 54+26+38=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #361A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A26 is #C9E5D9. Grayscale: #232323. Windows color (decimal): -13231578 or 2497078. OLE color: 2497078.

HSL color Cylindrical-coordinate representation of color #361A26: hue angle of 334.29º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361A26 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB542638-
CMYK00.520.300.79
HSL334.29º35%15.69%-
HSV(B)334.29º51.85%21.18%-
XYZ2.241.662.04-
YUV35.74129.28141.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=45.76%
G=22.03%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54263800.520.300.79334.293515.69
Hex361A260341E4F14e2310
Octal663246064361175164320
Binary11011011010100110011010011110100111110100111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361A26; }

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

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

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

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

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

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

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

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