#381D2E

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

Shades of Blackberry #381D2E

Tints of Blackberry #381D2E

Color information

#381D2E (or 0x381D2E) is unknown color: approx Blackberry. HEX triplet: 38, 1D and 2E. RGB value is (56,29,46). Sum of RGB (Red+Green+Blue) = 56+29+46=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #381D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D2E is #C7E2D1. Grayscale: #262626. Windows color (decimal): -13099730 or 3022136. OLE color: 3022136.

HSL color Cylindrical-coordinate representation of color #381D2E: hue angle of 322.22º 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 #381D2E is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB562946-
CMYK00.480.180.78
HSL322.22º31.76%16.67%-
HSV(B)322.22º48.21%21.96%-
XYZ2.561.922.82-
YUV39.01131.95140.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=42.75%
G=22.14%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56294600.480.180.78322.2231.7616.67
Hex381D2E030124E1422011
Octal703556060221165024021
Binary11100011101101110011000010010100111010100001010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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