#380E2C

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

Shades of Blackberry #380E2C

Tints of Blackberry #380E2C

Color information

#380E2C (or 0x380E2C) is unknown color: approx Blackberry. HEX triplet: 38, 0E and 2C. RGB value is (56,14,44). Sum of RGB (Red+Green+Blue) = 56+14+44=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #380E2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E2C is #C7F1D3. Grayscale: #1D1D1D. Windows color (decimal): -13103572 or 2887224. OLE color: 2887224.

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

Color convert

RGB561444-
CMYK00.750.210.78
HSL317.14º60%13.73%-
HSV(B)317.14º75%21.96%-
XYZ2.241.342.52-
YUV29.98135.91146.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 14 (5.86% from 255) = 12.28%
BLUE value IS 44 (17.58% from 255) = 38.60%
R=49.12%
G=12.28%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56144400.750.210.78317.146013.73
Hex38E2C04B154E13d3ce
Octal7016540113251164757416
Binary1110001110101100010010111010110011101001111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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