#381D2C

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

Shades of Blackberry #381D2C

Tints of Blackberry #381D2C

Color information

#381D2C (or 0x381D2C) is unknown color: approx Blackberry. HEX triplet: 38, 1D and 2C. RGB value is (56,29,44). Sum of RGB (Red+Green+Blue) = 56+29+44=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #381D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D2C is #C7E2D3. Grayscale: #262626. Windows color (decimal): -13099732 or 2891064. OLE color: 2891064.

HSL color Cylindrical-coordinate representation of color #381D2C: hue angle of 326.67º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #381D2C is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB562944-
CMYK00.480.210.78
HSL326.67º31.76%16.67%-
HSV(B)326.67º48.21%21.96%-
XYZ2.521.92.62-
YUV38.78130.95140.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 29 (11.72% from 255) = 22.48%
BLUE value IS 44 (17.58% from 255) = 34.11%
R=43.41%
G=22.48%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56294400.480.210.78326.6731.7616.67
Hex381D2C030154E1472011
Octal703554060251165074021
Binary11100011101101100011000010101100111010100011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381D2C; }

 p { color: rgb(56,29,44); }

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

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

 a { background-color: rgb(56,29,44); }

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

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

 span { border-color: rgb(56,29,44); }

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