#380E2B

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

Shades of Blackberry #380E2B

Tints of Blackberry #380E2B

Color information

#380E2B (or 0x380E2B) is unknown color: approx Blackberry. HEX triplet: 38, 0E and 2B. RGB value is (56,14,43). Sum of RGB (Red+Green+Blue) = 56+14+43=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #380E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E2B is #C7F1D4. Grayscale: #1D1D1D. Windows color (decimal): -13103573 or 2821688. OLE color: 2821688.

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

Color convert

RGB561443-
CMYK00.750.230.78
HSL318.57º60%13.73%-
HSV(B)318.57º75%21.96%-
XYZ2.221.332.42-
YUV29.86135.41146.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 14 (5.86% from 255) = 12.39%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=49.56%
G=12.39%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56144300.750.230.78318.576013.73
Hex38E2B04B174E13f3ce
Octal7016530113271164777416
Binary1110001110101011010010111011110011101001111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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