#361B2C

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

Shades of Blackberry #361B2C

Tints of Blackberry #361B2C

Color information

#361B2C (or 0x361B2C) is unknown color: approx Blackberry. HEX triplet: 36, 1B and 2C. RGB value is (54,27,44). Sum of RGB (Red+Green+Blue) = 54+27+44=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #361B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B2C is #C9E4D3. Grayscale: #242424. Windows color (decimal): -13231316 or 2890550. OLE color: 2890550.

HSL color Cylindrical-coordinate representation of color #361B2C: hue angle of 322.22º 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 #361B2C is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB542744-
CMYK00.50.190.79
HSL322.22º33.33%15.88%-
HSV(B)322.22º50%21.18%-
XYZ2.371.752.6-
YUV37.01131.95140.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 27 (10.94% from 255) = 21.6%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=43.2%
G=21.6%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54274400.50.190.79322.2233.3315.88
Hex361B2C032134F1422110
Octal663354062231175024120
Binary11011011011101100011001010011100111110100001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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