#361D2A

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

Shades of Blackberry #361D2A

Tints of Blackberry #361D2A

Color information

#361D2A (or 0x361D2A) is unknown color: approx Blackberry. HEX triplet: 36, 1D and 2A. RGB value is (54,29,42). Sum of RGB (Red+Green+Blue) = 54+29+42=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #361D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D2A is #C9E2D5. Grayscale: #252525. Windows color (decimal): -13230806 or 2759990. OLE color: 2759990.

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

Color convert

RGB542942-
CMYK00.460.220.79
HSL328.8º30.12%16.27%-
HSV(B)328.8º46.3%21.18%-
XYZ2.381.832.42-
YUV37.96130.28139.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 29 (11.72% from 255) = 23.2%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=43.2%
G=23.2%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54294200.460.220.79328.830.1216.27
Hex361D2A02E164F1491e10
Octal663552056261175113620
Binary1101101110110101001011101011010011111010010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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