#361B2A

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

Shades of Blackberry #361B2A

Tints of Blackberry #361B2A

Color information

#361B2A (or 0x361B2A) is unknown color: approx Blackberry. HEX triplet: 36, 1B and 2A. RGB value is (54,27,42). Sum of RGB (Red+Green+Blue) = 54+27+42=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #361B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B2A is #C9E4D5. Grayscale: #242424. Windows color (decimal): -13231318 or 2759478. OLE color: 2759478.

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

Color convert

RGB542742-
CMYK00.50.220.79
HSL326.67º33.33%15.88%-
HSV(B)326.67º50%21.18%-
XYZ2.331.742.4-
YUV36.78130.95140.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 27 (10.94% from 255) = 21.95%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=43.90%
G=21.95%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54274200.50.220.79326.6733.3315.88
Hex361B2A032164F1472110
Octal663352062261175074120
Binary11011011011101010011001010110100111110100011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,27,42); }

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

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

 a { background-color: rgb(54,27,42); }

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

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

 span { border-color: rgb(54,27,42); }

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