#381B2D

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

Shades of Blackberry #381B2D

Tints of Blackberry #381B2D

Color information

#381B2D (or 0x381B2D) is unknown color: approx Blackberry. HEX triplet: 38, 1B and 2D. RGB value is (56,27,45). Sum of RGB (Red+Green+Blue) = 56+27+45=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #381B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B2D is #C7E4D2. Grayscale: #252525. Windows color (decimal): -13100243 or 2956088. OLE color: 2956088.

HSL color Cylindrical-coordinate representation of color #381B2D: hue angle of 322.76º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B2D is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB562745-
CMYK00.520.200.78
HSL322.76º34.94%16.27%-
HSV(B)322.76º51.79%21.96%-
XYZ2.51.812.7-
YUV37.72132.11141.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=43.75%
G=21.09%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56274500.520.200.78322.7634.9416.27
Hex381B2D034144E1432310
Octal703355064241165034320
Binary11100011011101101011010010100100111010100001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,27,45); }

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

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

 a { background-color: rgb(56,27,45); }

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

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

 span { border-color: rgb(56,27,45); }

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