#380E2E

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

Shades of Blackberry #380E2E

Tints of Blackberry #380E2E

Color information

#380E2E (or 0x380E2E) is unknown color: approx Blackberry. HEX triplet: 38, 0E and 2E. RGB value is (56,14,46). Sum of RGB (Red+Green+Blue) = 56+14+46=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #380E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E2E is #C7F1D1. Grayscale: #1E1E1E. Windows color (decimal): -13103570 or 3018296. OLE color: 3018296.

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

Color convert

RGB561446-
CMYK00.750.180.78
HSL314.29º60%13.73%-
HSV(B)314.29º75%21.96%-
XYZ2.281.352.73-
YUV30.21136.91146.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 14 (5.86% from 255) = 12.07%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=48.28%
G=12.07%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56144600.750.180.78314.296013.73
Hex38E2E04B124E13a3ce
Octal7016560113221164727416
Binary1110001110101110010010111001010011101001110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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