#381F2E

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

Shades of Blackberry #381F2E

Tints of Blackberry #381F2E

Color information

#381F2E (or 0x381F2E) is unknown color: approx Blackberry. HEX triplet: 38, 1F and 2E. RGB value is (56,31,46). Sum of RGB (Red+Green+Blue) = 56+31+46=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F2E is #C7E0D1. Grayscale: #282828. Windows color (decimal): -13099218 or 3022648. OLE color: 3022648.

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

Color convert

RGB563146-
CMYK00.450.180.78
HSL324º28.74%17.06%-
HSV(B)324º44.64%21.96%-
XYZ2.612.022.84-
YUV40.18131.28139.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 31 (12.5% from 255) = 23.31%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=42.11%
G=23.31%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56314600.450.180.7832428.7417.06
Hex381F2E02D124E1441d11
Octal703756055221165043521
Binary1110001111110111001011011001010011101010001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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