#380A2E

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

Shades of Blackberry #380A2E

Tints of Blackberry #380A2E

Color information

#380A2E (or 0x380A2E) is unknown color: approx Blackberry. HEX triplet: 38, 0A and 2E. RGB value is (56,10,46). Sum of RGB (Red+Green+Blue) = 56+10+46=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #380A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A2E is #C7F5D1. Grayscale: #1B1B1B. Windows color (decimal): -13104594 or 3017272. OLE color: 3017272.

HSL color Cylindrical-coordinate representation of color #380A2E: hue angle of 313.04º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380A2E is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB561046-
CMYK00.820.180.78
HSL313.04º69.7%12.94%-
HSV(B)313.04º82.14%21.96%-
XYZ2.231.262.71-
YUV27.86138.24148.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 8.93%
BLUE value IS 46 (18.36% from 255) = 41.07%
R=50%
G=8.93%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56104600.820.180.78313.0469.712.94
Hex38A2E052124E13946d
Octal70125601222211647110615
Binary11100010101011100101001010010100111010011100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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