#380E28

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

Shades of Blackberry #380E28

Tints of Blackberry #380E28

Color information

#380E28 (or 0x380E28) is unknown color: approx Blackberry. HEX triplet: 38, 0E and 28. RGB value is (56,14,40). Sum of RGB (Red+Green+Blue) = 56+14+40=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #380E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E28 is #C7F1D7. Grayscale: #1D1D1D. Windows color (decimal): -13103576 or 2625080. OLE color: 2625080.

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

Color convert

RGB561440-
CMYK00.750.290.78
HSL322.86º60%13.73%-
HSV(B)322.86º75%21.96%-
XYZ2.171.312.15-
YUV29.52133.91146.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 14 (5.86% from 255) = 12.73%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=50.91%
G=12.73%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56144000.750.290.78322.866013.73
Hex38E2804B1D4E1433ce
Octal7016500113351165037416
Binary1110001110101000010010111110110011101010000111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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