#380E20

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

Shades of Blackberry #380E20

Tints of Blackberry #380E20

Color information

#380E20 (or 0x380E20) is unknown color: approx Blackberry. HEX triplet: 38, 0E and 20. RGB value is (56,14,32). Sum of RGB (Red+Green+Blue) = 56+14+32=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #380E20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E20 is #C7F1DF. Grayscale: #1C1C1C. Windows color (decimal): -13103584 or 2100792. OLE color: 2100792.

HSL color Cylindrical-coordinate representation of color #380E20: hue angle of 334.29º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #380E20 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB561432-
CMYK00.750.430.78
HSL334.29º60%13.73%-
HSV(B)334.29º75%21.96%-
XYZ2.051.261.5-
YUV28.61129.91147.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 14 (5.86% from 255) = 13.73%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=54.90%
G=13.73%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56143200.750.430.78334.296013.73
Hex38E2004B2B4E14e3ce
Octal7016400113531165167416
Binary11100011101000000100101110101110011101010011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380E20; }

 p { color: rgb(56,14,32); }

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

<style>
 a { background-color: #380E20; }

 a { background-color: rgb(56,14,32); }

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

<style>
 span { border-color: #380E20; }

 span { border-color: rgb(56,14,32); }

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