#381B2C

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

Shades of Blackberry #381B2C

Tints of Blackberry #381B2C

Color information

#381B2C (or 0x381B2C) is unknown color: approx Blackberry. HEX triplet: 38, 1B and 2C. RGB value is (56,27,44). Sum of RGB (Red+Green+Blue) = 56+27+44=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #381B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B2C is #C7E4D3. Grayscale: #252525. Windows color (decimal): -13100244 or 2890552. OLE color: 2890552.

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

Color convert

RGB562744-
CMYK00.520.210.78
HSL324.83º34.94%16.27%-
HSV(B)324.83º51.79%21.96%-
XYZ2.481.812.6-
YUV37.61131.61141.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=44.09%
G=21.26%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56274400.520.210.78324.8334.9416.27
Hex381B2C034154E1452310
Octal703354064251165054320
Binary11100011011101100011010010101100111010100010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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