#381D2B

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

Shades of Blackberry #381D2B

Tints of Blackberry #381D2B

Color information

#381D2B (or 0x381D2B) is unknown color: approx Blackberry. HEX triplet: 38, 1D and 2B. RGB value is (56,29,43). Sum of RGB (Red+Green+Blue) = 56+29+43=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #381D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D2B is #C7E2D4. Grayscale: #262626. Windows color (decimal): -13099733 or 2825528. OLE color: 2825528.

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

Color convert

RGB562943-
CMYK00.480.230.78
HSL328.89º31.76%16.67%-
HSV(B)328.89º48.21%21.96%-
XYZ2.511.892.52-
YUV38.67130.45140.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=43.75%
G=22.66%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56294300.480.230.78328.8931.7616.67
Hex381D2B030174E1492011
Octal703553060271165114021
Binary11100011101101011011000010111100111010100100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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